Gets the server authentication.

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

Syntax

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

Field Value

The server authentication.

See Also