System.Security.Cryptography.X509Certificates.X509Certificate2.FriendlyName Property

Gets or sets the associated alias for a certificate.

Syntax

public string FriendlyName { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Friendly names are properties in the X.509 certificate store that can be set. They are used to enable a user to associate aliases with certificates so they can be easily identified.

If no friendly name exists for the certificate, an empty string ("") is returned.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0