3 references to KeyBlobType
System.Core (3)
System\Security\Cryptography\RsaCng.cs (3)
17
private static CngKeyBlobFormat s_rsaFullPrivateBlob = new CngKeyBlobFormat(BCryptNative.
KeyBlobType
.RsaFullPrivateBlob);
18
private static CngKeyBlobFormat s_rsaPrivateBlob = new CngKeyBlobFormat(BCryptNative.
KeyBlobType
.RsaPrivateBlob);
19
private static CngKeyBlobFormat s_rsaPublicBlob = new CngKeyBlobFormat(BCryptNative.
KeyBlobType
.RsaPublicBlob);