RsaSecurityToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a security token that is based upon key that is created using the RSA algorithm.
public ref class RsaSecurityToken : System::IdentityModel::Tokens::SecurityToken
public class RsaSecurityToken : System.IdentityModel.Tokens.SecurityToken
type RsaSecurityToken = class
inherit SecurityToken
Public Class RsaSecurityToken
Inherits SecurityToken
- Inheritance
Remarks
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.
Constructors
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. |
Properties
Id |
Gets a unique identifier of the security token. |
Rsa |
Gets a RSA algorithm that is capable of creating an asymmetric key. |
SecurityKeys |
Gets the cryptographic keys associated with the security token. |
ValidFrom |
Gets the first instant in time at which this security token is valid. |
ValidTo |
Gets the last instant in time at which this security token is valid. |
Methods
CanCreateKeyIdentifierClause<T>() |
Gets a value that indicates whether this security token is capable of creating the specified key identifier. |
CreateKeyIdentifierClause<T>() |
Creates the specified key identifier clause. |
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. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MatchesKeyIdentifierClause(SecurityKeyIdentifierClause) |
Returns a value that indicates whether the key identifier for this instance matches the specified key identifier. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
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) |