Returns the name of the current principal.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public string Name { get; }
Visual Basic
Public ReadOnly Property Name As String
	Get
Visual C++
public:
property String^ Name {
	String^ get ();
}

Field Value

The name of the current principal..

Exceptions

ExceptionCondition
LLCryptoLib.Security.Certificates..::..CertificateExceptionThe certificate does not have a name attribute.

See Also