1 override of Format
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (1)
63public override string Format(bool multiLine)
9 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)
587sb.AppendLine(pubKey.EncodedKeyValue.Format(true)); 591sb.Append(pubKey.EncodedParameters.Format(true)); 620sb.Append(extension.Format(true));
System.ServiceModel.Primitives (2)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (2)
326string asnString = ext.Format(false); 470string x509ExtensionFormattedString = x509Extension.Format(false);