X509Certificate2ExtensionsFormat Method
Displays an X.509 certificate dump.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public static string Format(
this X509Certificate2 cert
)
<ExtensionAttribute>
Public Shared Function Format (
cert As X509Certificate2
) As String
public:
[ExtensionAttribute]
static String^ Format(
X509Certificate2^ cert
)
[<ExtensionAttribute>]
static member Format :
cert : X509Certificate2 -> string
- cert X509Certificate2
[Missing <param name="cert"/> documentation for "M:SysadminsLV.PKI.Cryptography.X509Certificates.X509Certificate2Extensions.Format(System.Security.Cryptography.X509Certificates.X509Certificate2)"]
StringFormatted string.In Visual Basic and C#, you can call this method as an instance method on any object of type
X509Certificate2. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).