Click or drag to resize

BouncyCastleCertificateSignPurpose Enumeration

Certificate signing purpose

Namespace: SanteDB.Security.Certs.BouncyCastle.Configuration
Assembly: SanteDB.Security.Certs.BouncyCastle (in SanteDB.Security.Certs.BouncyCastle.dll) Version: 3.0.2001-alpha+81bfcc0d522cbb9f09c8992158e8dc35c51801b2
Syntax
[FlagsAttribute]
public enum BouncyCastleCertificateSignPurpose
Members
Member nameValueDescription
CertificateAuthority1 This certificate should be used to sign other CA certs (it is a root)
CodeSigning2 This certificate should be used to sign code certificates
ServerAuth4 This certificate should be used to sign server authentication requests
ClientAuth8 This certificate should be used to sign client authentication requests
SmartCards16 Certificate should be used for smart cards
See Also