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

Returns the expiration date of this certificate.

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

Return Value

Returns a String representing the expiration date for this certificate.

Remarks

The expiration date is the day when which the certificate should no longer be considered valid.

See Also

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