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.GetName

Returns the name of this principal.

[Visual Basic]
Overridable Public Function GetName() As String
[C#]
public virtual string GetName();
[C++]
public: virtual String* GetName();
[JScript]
public function GetName() : String;

Return Value

Returns a String representing the name of the principal.

See Also

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