X509ExtensionCollectionExtensionsFormat Method

Gets formatted text dump of the current extension collection.

Definition

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

Parameters

extensions  X509ExtensionCollection
An existing instance of X509ExtensionCollection class.

Return Value

String
Multiline text dump.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type X509ExtensionCollection. 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