OPC Labs Base Library
SecurityKeysInfo Object Members
Overview 
OpcLabs_BaseLib ActiveX DLL : SecurityKeysInfo Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Sets array of keys, ordered by the sequence if which they are used.

 

DISPID (Dispatch ID):

 

For more information, see OpcLabs.BaseLib.Security.KeyManagement.ComTypes._SecurityKeysInfo.SetKeys in .NET Reference.

Public Properties
The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

The security token Id of the first key in the array of keys.

 

DISPID (Dispatch ID):

 

For more information, see FirstTokenId in .NET Reference.

The security token Id of the first key in the array of keys, expressed in Decimal type.

 

DISPID (Dispatch ID):

 

For more information, see FirstTokenIdDecimal in .NET Reference.

The security token Id of the first key in the array of keys, expressed in Double type.

 

DISPID (Dispatch ID):

 

For more information, see FirstTokenIdDouble in .NET Reference.

The lifetime of a key. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see KeyLifetime in .NET Reference.

An array of keys, ordered by the sequence if which they are used.

 

DISPID (Dispatch ID):

 

For more information, see Keys in .NET Reference.

The URI string for the set of algorithms and key lengths used to secure the messages.

 

DISPID (Dispatch ID):

 

For more information, see SecurityPolicyUriString in .NET Reference.

The time before the current key is expected to expire. In milliseconds.

 

DISPID (Dispatch ID):

 

For more information, see TimeToNextKey in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

See Also

SecurityKeysInfo Object