The following tables list the members exposed by SecurityKeysInfo.
Public Constructors
Public Properties
| Name | Description |
 | FirstTokenId | The security token Id of the first key in the array of keys. |
 | FirstTokenIdDecimal | The security token Id of the first key in the array of keys, expressed in Decimal type. |
 | FirstTokenIdDouble | The security token Id of the first key in the array of keys, expressed in Double type. |
 | KeyLifetime | The lifetime of a key. In milliseconds. |
 | Keys | An array of keys, ordered by the sequence in which they are used. |
 | SecurityPolicyUriString | The URI string for the set of algorithms and key lengths used to secure the messages. |
 | TimeToNextKey | The time before the current key is expected to expire. In milliseconds. |
Top
Public Methods
Extension Methods
| Name | Description |
 | 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