X500DistinguishedNameExtensionsFormatReverse Method

[Missing <summary> documentation for "M:SysadminsLV.PKI.Cryptography.X509Certificates.X500DistinguishedNameExtensions.FormatReverse(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Boolean)"]

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static string FormatReverse(
	this X500DistinguishedName name,
	bool multiLine
)

Parameters

name  X500DistinguishedName

[Missing <param name="name"/> documentation for "M:SysadminsLV.PKI.Cryptography.X509Certificates.X500DistinguishedNameExtensions.FormatReverse(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Boolean)"]

multiLine  Boolean

[Missing <param name="multiLine"/> documentation for "M:SysadminsLV.PKI.Cryptography.X509Certificates.X500DistinguishedNameExtensions.FormatReverse(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:SysadminsLV.PKI.Cryptography.X509Certificates.X500DistinguishedNameExtensions.FormatReverse(System.Security.Cryptography.X509Certificates.X500DistinguishedName,System.Boolean)"]

Usage Note

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