NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

X509Certificate.GetFormat

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;

Return Value

Returns a String representing the form of this certificate.

Currently, "X.509" is always returned.

See Also

X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace