Click or drag to resize

OidMappingFormat Method

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
)

Parameters

multiline
Type: SystemBoolean
Specifies whether output is formatted in multiple lines.

Return Value

Type: String
ASN.1-encoded byte array.
See Also