1 write to s_eccPrivate
System.Core (1)
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
105
s_eccPrivate
= new CngKeyBlobFormat("ECCPRIVATEBLOB"); // BCRYPT_ECCPRIVATE_BLOB
2 references to s_eccPrivate
System.Core (2)
System\Security\Cryptography\CngKeyBlobFormat.cs (2)
104
if (
s_eccPrivate
== null) {
108
return
s_eccPrivate
;