X509Certificate2ExtensionsFormat Method

Displays an X.509 certificate dump.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static string Format(
	this X509Certificate2 cert
)

Parameters

cert  X509Certificate2

[Missing <param name="cert"/> documentation for "M:SysadminsLV.PKI.Cryptography.X509Certificates.X509Certificate2Extensions.Format(System.Security.Cryptography.X509Certificates.X509Certificate2)"]

Return Value

String
Formatted string.

Usage Note

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).

See Also