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