RsaSecurityToken Class
Represents a security token that is based upon key that is created using the RSA algorithm.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
System.IdentityModel.Tokens::SecurityToken
System.IdentityModel.Tokens::RsaSecurityToken
| Name | Description | |
|---|---|---|
![]() | RsaSecurityToken(RSA^) | Initializes a new instance of the RsaSecurityToken class using the specified RSA algorithm. |
![]() | RsaSecurityToken(RSA^, String^) | Initializes a new instance of the RsaSecurityToken class using the specified RSA algorithm and unique identifier. |
| Name | Description | |
|---|---|---|
![]() | Id | Gets a unique identifier of the security token.(Overrides SecurityToken::Id.) |
![]() | Rsa | Gets a RSA algorithm that is capable of creating an asymmetric key. |
![]() | SecurityKeys | Gets the cryptographic keys associated with the security token.(Overrides SecurityToken::SecurityKeys.) |
![]() | ValidFrom | Gets the first instant in time at which this security token is valid.(Overrides SecurityToken::ValidFrom.) |
![]() | ValidTo | Gets the last instant in time at which this security token is valid.(Overrides SecurityToken::ValidTo.) |
| Name | Description | |
|---|---|---|
![]() | CanCreateKeyIdentifierClause<T>() | Gets a value that indicates whether this security token is capable of creating the specified key identifier.(Overrides SecurityToken::CanCreateKeyIdentifierClause<T>().) |
![]() | CreateKeyIdentifierClause<T>() | Creates the specified key identifier clause.(Overrides SecurityToken::CreateKeyIdentifierClause<T>().) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows the RsaSecurityToken to free resources before it is destroyed by the garbage collector.(Overrides Object::Finalize().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MatchesKeyIdentifierClause(SecurityKeyIdentifierClause^) | Returns a value that indicates whether the key identifier for this instance matches the specified key identifier.(Overrides SecurityToken::MatchesKeyIdentifierClause(SecurityKeyIdentifierClause^).) |
![]() | MemberwiseClone() | |
![]() | ResolveKeyIdentifierClause(SecurityKeyIdentifierClause^) | Gets the key for the specified key identifier clause.(Inherited from SecurityToken.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Typically, application developers do not need to use the RsaSecurityToken class, unless a Web service must get the RSA algorithm that is associated with the security token. To get the RSA algorithm, get the value of the Rsa property.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


