X509NtdsSecurityExtensionFormat Method
Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public virtual string Format(
bool multiLine
)
Public Overridable Function Format (
multiLine As Boolean
) As String
public:
virtual String^ Format(
bool multiLine
)
abstract Format :
multiLine : bool -> string
override Format :
multiLine : bool -> string
- multiLine Boolean
- True if the return string should contain carriage returns; otherwise, False.
StringA formatted string that represents the Abstract Syntax Notation One (ASN.1)-encoded data.