set_FriendlyName()

X509Certificate2::set_FriendlyName(const String&) method

Sets the certificate’s friendly name.

void System::Security::Cryptography::X509Certificates::X509Certificate2::set_FriendlyName(const String &value)

Arguments

ParameterTypeDescription
valueconst String&The certificate’s friendly name.

See Also