X509SigningCredentials Class

Definition

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
X509SigningCredentials

Constructors

X509SigningCredentials(X509Certificate2)

Initializes a new instance of the X509SigningCredentials class based on the specified X.509 certificate.

X509SigningCredentials(X509Certificate2, SecurityKeyIdentifier)

Initializes a new instance of the X509SigningCredentials class based on the specified X.509 certificate and security key identifier.

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, String, String)

Initializes a new instance of the X509SigningCredentials class based on the specified X.509 certificate, signature algorithm, and digest algorithm.

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)

Applies to