 | BouncyCastleCertificatePurposeSettingPurpose Property |
Indicates the purpose of this certificate
Namespace: SanteDB.Security.Certs.BouncyCastle.ConfigurationAssembly: SanteDB.Security.Certs.BouncyCastle (in SanteDB.Security.Certs.BouncyCastle.dll) Version: 3.0.2001-alpha+81bfcc0d522cbb9f09c8992158e8dc35c51801b2
Syntaxpublic BouncyCastleCertificateSignPurpose Purpose { get; set; }Public Property Purpose As BouncyCastleCertificateSignPurpose
Get
Set
public:
property BouncyCastleCertificateSignPurpose Purpose {
BouncyCastleCertificateSignPurpose get ();
void set (BouncyCastleCertificateSignPurpose value);
}member Purpose : BouncyCastleCertificateSignPurpose with get, set
Property Value
BouncyCastleCertificateSignPurpose
See Also