1 write to s_genericPrivate
System.Core (1)
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
153
s_genericPrivate
= new CngKeyBlobFormat("PRIVATEBLOB"); // BCRYPT_PRIVATE_KEY_BLOB
2 references to s_genericPrivate
System.Core (2)
System\Security\Cryptography\CngKeyBlobFormat.cs (2)
152
if (
s_genericPrivate
== null) {
156
return
s_genericPrivate
;