1 override of Format
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (1)
63
public override string
Format
(bool multiLine)
7 references to Format
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
306
string asnString = ext.
Format
(false);
445
string x509ExtensionFormattedString = x509Extension.
Format
(false);
Microsoft.AspNetCore.Grpc.JsonTranscoding (2)
src\Grpc\JsonTranscoding\src\Shared\X509CertificateHelpers.cs (2)
40
string asnString = ext.
Format
(false);
138
string x509ExtensionFormattedString = x509Extension.
Format
(false);
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (3)
590
sb.AppendLine(pubKey.EncodedKeyValue.
Format
(true));
594
sb.Append(pubKey.EncodedParameters.
Format
(true));
623
sb.Append(extension.
Format
(true));