Gets textual representation of the current object.
Namespace:
System.Security.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string Format(
bool multiline
)
Public Function Format (
multiline As Boolean
) As String
public:
String^ Format(
bool multiline
)
member Format :
multiline : bool -> string
Parameters
- multiline
- Type: SystemBoolean
Specifies whether output is formatted in multiple lines.
Return Value
Type:
StringASN.1-encoded byte array.
See Also