2 writes to Cofactor
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (1)
209primeCurve.Cofactor = Interop.BCrypt.Consume(ecBlob, ref offset, pBcryptBlob->cbCofactor);
System\Security\Cryptography\EccKeyFormatHelper.cs (1)
434curve.Cofactor = specifiedParameters.Cofactor.ToUnsignedIntegerBytes();
11 references to Cofactor
System.Security.Cryptography (11)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECCng.ImportExport.cs (6)
65curve.Cofactor!.Length + 84pBcryptBlob->cbCofactor = curve.Cofactor.Length; 99Interop.BCrypt.Emit(blob, ref offset, curve.Cofactor); 250curve.Cofactor!.Length + 259pBcryptBlob->cbCofactor = curve.Cofactor.Length; 274Interop.BCrypt.Emit(blob, ref offset, curve.Cofactor);
System\Security\Cryptography\EccKeyFormatHelper.cs (2)
617if (ecParameters.Curve.Cofactor != null) 619writer.WriteIntegerUnsigned(ecParameters.Curve.Cofactor);
System\Security\Cryptography\ECCurve.cs (3)
207Cofactor == null || Cofactor.Length == 0) 257Cofactor != null ||