This documentation is archived and is not being maintained.
SymmetricSecurityKey Class
Visual Studio 2010
Represents the abstract base class for all keys that are generated using symmetric algorithms.
System::Object
System.IdentityModel.Tokens::SecurityKey
System.IdentityModel.Tokens::SymmetricSecurityKey
System.IdentityModel.Tokens::InMemorySymmetricSecurityKey
System.IdentityModel.Tokens::SecurityKey
System.IdentityModel.Tokens::SymmetricSecurityKey
System.IdentityModel.Tokens::InMemorySymmetricSecurityKey
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SymmetricSecurityKey type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SymmetricSecurityKey | Initializes a new instance of the SymmetricSecurityKey class. |
| Name | Description | |
|---|---|---|
![]() | KeySize | When overridden in a derived class, gets the size, in bits, of the key. (Inherited from SecurityKey.) |
| Name | Description | |
|---|---|---|
![]() | DecryptKey | When overridden in a derived class, decrypts the specified encrypted key. (Inherited from SecurityKey.) |
![]() | EncryptKey | When overridden in a derived class, encrypts the specified key. (Inherited from SecurityKey.) |
![]() | 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.) |
![]() | GenerateDerivedKey | When overridden in a derived class, generates a derived key using the specified cryptographic algorithm and parameters for the current key. |
![]() | GetDecryptionTransform | When overridden in a derived class, gets a transform that decrypts cipher text using the specified cryptographic algorithm. |
![]() | GetEncryptionTransform | When overridden in a derived class, gets a transform that encrypts XML using the specified cryptographic algorithm. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIVSize | When overridden in a derived class, gets the size, in bits, of the initialization vector (IV) that is required for the specified cryptographic algorithm. |
![]() | GetKeyedHashAlgorithm | When overridden in a derived class, gets an instance of the specified keyed hash algorithm. |
![]() | GetSymmetricAlgorithm | When overridden in a derived class, gets an instance of the specified symmetric algorithm. |
![]() | GetSymmetricKey | When overridden in a derived class, gets the bytes that represent the symmetric key. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsAsymmetricAlgorithm | When overridden in a derived class, gets a value that indicates whether the specified algorithm uses asymmetric keys. (Inherited from SecurityKey.) |
![]() | IsSupportedAlgorithm | When overridden in a derived class, gets a value that indicates whether the specified algorithm is supported by this class. (Inherited from SecurityKey.) |
![]() | IsSymmetricAlgorithm | When overridden in a derived class, gets a value that indicates whether the specified algorithm uses symmetric keys. (Inherited from SecurityKey.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
Show:
