Returns the name of the format of this X.509v3 certificate.

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

Syntax

C#
public string GetFormat()
Visual Basic
Public Function GetFormat As String
Visual C++
public:
String^ GetFormat()

Return Value

The format of this X.509 certificate.

Remarks

The format X.509 is always returned in this implementation.

See Also