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