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