1 write to cbCofactor
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
84
pBcryptBlob->
cbCofactor
= curve.Cofactor.Length;
1 reference to cbCofactor
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
209
primeCurve.Cofactor = Interop.BCrypt.Consume(ecBlob, ref offset, pBcryptBlob->
cbCofactor
);