X509AlternativeNameFormat Method
Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded alternative name as a string.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public string Format(
bool multiLine
)
Public Function Format (
multiLine As Boolean
) As String
public:
String^ Format(
bool multiLine
)
member 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 alternative name.