Returns the name of the format of this certificate.
[Visual Basic] Overridable Public Function GetFormat() As String [C#] public virtual string GetFormat(); [C++] public: virtual String* GetFormat(); [JScript] public function GetFormat() : String;
Returns a String representing the form of this certificate.
Currently, "X.509" is always returned.
X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace