1 write to FriendlyName
System.Core (1)
System\Security\Cryptography\Rfc4050KeyFormatter.cs (1)
280
resolver.
FriendlyName
= curveOid.FriendlyName;
8 references to FriendlyName
System (3)
security\system\security\cryptography\x509\x509certificate2.cs (3)
532
sb.Append(this.SignatureAlgorithm.
FriendlyName
+ "(" + this.SignatureAlgorithm.Value + ")");
541
string temp = pubKey.Oid.
FriendlyName
;
579
temp = extension.Oid.
FriendlyName
;
System.Core (3)
System\Security\Cryptography\Rfc4050KeyFormatter.cs (2)
264
switch (curveOid.
FriendlyName
)
280
resolver.FriendlyName = curveOid.
FriendlyName
;
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (1)
362
string algName = certificate.PublicKey.Oid.
FriendlyName
;
System.Security (1)
system\security\cryptography\xml\SignedXmlDebugLog.cs (1)
265
string friendlyName = oid.
FriendlyName
;
WsatUI (1)
MMCUI\AcceptedCertificatesForm.cs (1)
57
purposesString.Append(oids[j].
FriendlyName
);