1 write to s_pkcs8Private
System.Core (1)
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
189
s_pkcs8Private
= new CngKeyBlobFormat("PKCS8_PRIVATEKEY"); // NCRYPT_PKCS8_PRIVATE_KEY_BLOB
2 references to s_pkcs8Private
System.Core (2)
System\Security\Cryptography\CngKeyBlobFormat.cs (2)
188
if (
s_pkcs8Private
== null) {
192
return
s_pkcs8Private
;