2 instantiations of CryptoApiBlob
System.ServiceModel (2)
System\ServiceModel\Channels\PeerUnsafeNativeCryptMethods.cs (1)
285return new CryptoApiBlob(encodedName);
System\ServiceModel\Channels\SelfSignedCertificate.cs (1)
126CryptoApiBlob pfxBlob = new CryptoApiBlob();
5 references to CryptoApiBlob
System.ServiceModel (5)
System\ServiceModel\Channels\PeerUnsafeNativeCryptMethods.cs (2)
282public CryptoApiBlob GetCryptoApiBlob() 327CryptoApiBlob.InteropHelper pSubjectIssuerBlob,
System\ServiceModel\Channels\SelfSignedCertificate.cs (3)
63using (CryptoApiBlob nameBlob = certName.GetCryptoApiBlob()) 126CryptoApiBlob pfxBlob = new CryptoApiBlob(); 127CryptoApiBlob.InteropHelper blob = pfxBlob.GetMemoryForPinning();