5 references to CreateFromValueAndName
System.Security.Cryptography (5)
System\Security\Cryptography\ECCurve.cs (2)
109
return ECCurve.
CreateFromValueAndName
(null, oidFriendlyName);
121
return ECCurve.
CreateFromValueAndName
(oidValue, null);
System\Security\Cryptography\ECCurve.NamedCurves.cs (3)
136
return ECCurve.
CreateFromValueAndName
(ECDSA_P256_OID_VALUE, nameof(nistP256));
145
return ECCurve.
CreateFromValueAndName
(ECDSA_P384_OID_VALUE, nameof(nistP384));
154
return ECCurve.
CreateFromValueAndName
(ECDSA_P521_OID_VALUE, nameof(nistP521));