EncryptingCredentials 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 the cryptographic key and encrypting algorithm that are used to encrypt the proof key.
public ref class EncryptingCredentials
public class EncryptingCredentials
type EncryptingCredentials = class
Public Class EncryptingCredentials
- Inheritance
-
EncryptingCredentials
- Derived
Remarks
This class defines the encrypting credentials which can be used to encrypt the proof key. It is very similar to the SigningCredentials class.
Constructors
EncryptingCredentials() |
Initializes a new instance of the EncryptingCredentials class. |
EncryptingCredentials(SecurityKey, SecurityKeyIdentifier, String) |
Initializes a new instance of the EncryptingCredentials class with the specified cryptographic key, key identifier, and encryption algorithm. |
Properties
Algorithm |
Gets or sets the encryption algorithm. |
SecurityKey |
Gets or sets the encryption key material. |
SecurityKeyIdentifier |
Gets or sets the identifier that identifies the encrypting credential. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |