Enum Certificate.CertificateUse
Identifies the intended use of the certificate.
Namespace: ComponentSpace.Saml2.Configuration
Assembly: ComponentSpace.Saml2.dll
Syntax
[Flags]
public enum Certificate.CertificateUse
  Fields
| Name | Description | 
|---|---|
| Any | Any.  | 
      
| Encryption | Encryption and decryption.  | 
      
| Signature | Signature generation and verification.  |