13 references to X509RevocationReason
System.Security.Cryptography (13)
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (13)
66X509RevocationReason? reason = null) 102X509RevocationReason? reason = null) 135X509RevocationReason? reason = null) 155X509RevocationReason reasonValue = reason.GetValueOrDefault(); 159case X509RevocationReason.Unspecified: 160case X509RevocationReason.KeyCompromise: 161case X509RevocationReason.CACompromise: 162case X509RevocationReason.AffiliationChanged: 163case X509RevocationReason.Superseded: 164case X509RevocationReason.CessationOfOperation: 165case X509RevocationReason.CertificateHold: 166case X509RevocationReason.PrivilegeWithdrawn: 167case X509RevocationReason.WeakAlgorithmOrKey: