SigningCredentials
SigningCredentials
SigningCredentials
SigningCredentials
Class
Definition
Represents the cryptographic key and security algorithms that are used to generate a digital signature.
public ref class SigningCredentials
public class SigningCredentials
type SigningCredentials = class
Public Class SigningCredentials
- Inheritance
- Derived
Remarks
Use the SigningCredentials class to specify the signing key, signing key identifier, and security algorithms that are used by WCF to generate the digital signature for a SamlAssertion. To set the digital signature details, set the SigningCredentials property of the SamlAssertion class.
Constructors
Properties
DigestAlgorithm DigestAlgorithm DigestAlgorithm 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. |
SignatureAlgorithm SignatureAlgorithm SignatureAlgorithm SignatureAlgorithm |
Gets the cryptographic algorithm that is used to generate the digital signature. |
SigningKey SigningKey SigningKey SigningKey |
Gets the cryptographic key that is used to generate the digital signature. |
SigningKeyIdentifier SigningKeyIdentifier SigningKeyIdentifier SigningKeyIdentifier |
Gets the identifier that represents the key that is used to create a digital signature. |
Methods
Equals(Object) Equals(Object) Equals(Object) Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() GetHashCode() GetHashCode() GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() GetType() GetType() GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() MemberwiseClone() MemberwiseClone() MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() ToString() ToString() ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...