Mentalis.org Security Library documentation

Certificate.GetFormat Method 

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

[Visual Basic]
Public Function GetFormat() As String
[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

Certificate Class | Certificate Members | Org.Mentalis.Security.Certificates Namespace