1 write to cbKey
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.ImportExport.cs (1)
189
pBcryptBlob->
cbKey
= cbKey;
3 references to cbKey
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.ImportExport.cs (3)
364
dsaParams.P = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->
cbKey
);
365
dsaParams.G = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->
cbKey
);
366
dsaParams.Y = Interop.BCrypt.Consume(dsaBlob, ref offset, pBcryptBlob->
cbKey
);