X509SigningCredentials 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 an X.509 token used as the signing credential.
public ref class X509SigningCredentials : System::IdentityModel::Tokens::SigningCredentials
public class X509SigningCredentials : System.IdentityModel.Tokens.SigningCredentials
type X509SigningCredentials = class
inherit SigningCredentials
Public Class X509SigningCredentials
Inherits SigningCredentials
- Inheritance
Constructors
X509SigningCredentials(X509Certificate2, SecurityKeyIdentifier, String, String) |
Initializes a new instance of the X509SigningCredentials class based on the specified X.509 certificate, security key identifier, signature algorithm, and digest algorithm. |
X509SigningCredentials(X509Certificate2, SecurityKeyIdentifier) |
Initializes a new instance of the X509SigningCredentials class based on the specified X.509 certificate and security key identifier. |
X509SigningCredentials(X509Certificate2, String, String) |
Initializes a new instance of the X509SigningCredentials class based on the specified X.509 certificate, signature algorithm, and digest algorithm. |
X509SigningCredentials(X509Certificate2) |
Initializes a new instance of the X509SigningCredentials class based on the specified X.509 certificate. |
Properties
Certificate |
Gets the X.509 certificate. |
DigestAlgorithm |
Gets the cryptographic algorithm that is used to compute the digest for the portion of the SOAP message that is to be digitally signed. (Inherited from SigningCredentials) |
SignatureAlgorithm |
Gets the cryptographic algorithm that is used to generate the digital signature. (Inherited from SigningCredentials) |
SigningKey |
Gets the cryptographic key that is used to generate the digital signature. (Inherited from SigningCredentials) |
SigningKeyIdentifier |
Gets the identifier that represents the key that is used to create a digital signature. (Inherited from SigningCredentials) |
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) |