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