Format()

X500DistinguishedName::Format(bool) const method

Formats name for printing.

virtual String System::Security::Cryptography::X509Certificates::X500DistinguishedName::Format(bool multi_line) const override

Arguments

ParameterTypeDescription
multi_lineboolWhether to use multiline output.

Return Value

X509 distinguished name in a readable form.

See Also