1 write to s_eccFullPrivate
System.Core (1)
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
129
s_eccFullPrivate
= new CngKeyBlobFormat("ECCFULLPRIVATEBLOB"); // BCRYPT_ECCFULLPRIVATE_BLOB
2 references to s_eccFullPrivate
System.Core (2)
System\Security\Cryptography\CngKeyBlobFormat.cs (2)
128
if (
s_eccFullPrivate
== null) {
132
return
s_eccFullPrivate
;