Gets the client authentication.

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

Syntax

C#
public static Oid ClientAuthentication { get; }
Visual Basic
Public Shared ReadOnly Property ClientAuthentication As Oid
	Get
Visual C++
public:
static property Oid^ ClientAuthentication {
	Oid^ get ();
}

Field Value

The client authentication.

See Also