3 references to SerializedCert
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\StorePal.Windows.Export.cs (1)
53
case X509ContentType.
SerializedCert
:
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
766
if (!(contentType == X509ContentType.Cert || contentType == X509ContentType.
SerializedCert
|| contentType == X509ContentType.Pkcs12))
System\Security\Cryptography\X509Certificates\X509Pal.Windows.GetCertContentType.cs (1)
87
return X509ContentType.
SerializedCert
;