This documentation is archived and is not being maintained.

RsaSecurityToken Properties

The RsaSecurityToken type exposes the following members.

  NameDescription
Public property Id Gets a unique identifier of the security token. (Overrides SecurityToken::Id.)
Public property Rsa Gets a RSA algorithm that is capable of creating an asymmetric key.
Public property SecurityKeys Gets the cryptographic keys associated with the security token. (Overrides SecurityToken::SecurityKeys.)
Public property ValidFrom Gets the first instant in time at which this security token is valid. (Overrides SecurityToken::ValidFrom.)
Public property ValidTo Gets the last instant in time at which this security token is valid. (Overrides SecurityToken::ValidTo.)
Top
Show: