The following tables list the members exposed by SecurityKeysInfo.
Public Constructors
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FirstTokenId | The security token Id of the first key in the array of keys. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FirstTokenIdDecimal | The security token Id of the first key in the array of keys, expressed in Decimal type. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | FirstTokenIdDouble | The security token Id of the first key in the array of keys, expressed in Double type. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | KeyLifetime | The lifetime of a key. In milliseconds. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | Keys | An array of keys, ordered by the sequence in which they are used. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | SecurityPolicyUriString | The URI string for the set of algorithms and key lengths used to secure the messages. |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) | TimeToNextKey | The time before the current key is expected to expire. In milliseconds. |
Top
Public Methods
Extension Methods
| Name | Description |
![Public Extension Method](template/packages/core-dotnet/images/extensionmethod.png) | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
Public Operators
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |
Top
See Also