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