RsaKeyIdentifierClause Class
Represents a key identifier clause that identifies a RsaSecurityToken security token.
System.IdentityModel.Tokens::SecurityKeyIdentifierClause
System.IdentityModel.Tokens::RsaKeyIdentifierClause
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The RsaKeyIdentifierClause type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RsaKeyIdentifierClause | Initializes a new instance of the RsaKeyIdentifierClause class using the specified RSA algorithm. |
| Name | Description | |
|---|---|---|
![]() | CanCreateKey | Gets a value that indicates whether a key can be created from the key identifier clause. (Overrides SecurityKeyIdentifierClause::CanCreateKey.) |
![]() | ClauseType | Gets the key identifier clause type. (Inherited from SecurityKeyIdentifierClause.) |
![]() | DerivationLength | Gets the size of the derived key. (Inherited from SecurityKeyIdentifierClause.) |
![]() | Rsa | Gets the RSA algorithm that is associated with the key identifier clause. |
| Name | Description | |
|---|---|---|
![]() | CreateKey | Creates a key using the RSA algorithm. (Overrides SecurityKeyIdentifierClause::CreateKey().) |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetDerivationNonce | Gets the nonce that was used to generate the derived key. (Inherited from SecurityKeyIdentifierClause.) |
![]() | GetExponent | Gets the Exponent parameter for the RSA algorithm. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetModulus | Gets the Modulus parameter for the RSA algorithm. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Matches(RSA) | Returns a value that indicates whether the key identifier for this instance matches the specified RSA algorithm. |
![]() | Matches(SecurityKeyIdentifierClause) | Returns a value that indicates whether the key identifier for this instance is equivalent to the specified key identifier clause. (Overrides SecurityKeyIdentifierClause::Matches(SecurityKeyIdentifierClause).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Overrides Object::ToString().) |
![]() | WriteExponentAsBase64 | Writes the Base64 encoded Exponent parameter of the RSA algorithm into the specified XML serializer. |
![]() | WriteModulusAsBase64 | Writes the Base64 encoded Modulus parameter of the RSA algorithm into the specified XML serializer. |
Typically, the RsaKeyIdentifierClause does not need to be used, other than when a custom security token service is created. When a security token service returns a security token, the issued security token contains references to attached and unattached security tokens. Attached references refer to security tokens that are contained within the security header of a SOAP message and unattached references are security tokens that are not included within the security header in the SOAP message. These references typically affirm the authenticity of the issued security token. Use the RsaKeyIdentifierClause class to reference a RsaSecurityToken security token and to access the RSA algorithm. To access the RSA algorithm, get the value of the Rsa property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
