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