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

Returns the effective date of this certificate.

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

Return Value

Returns a String representing the effective date for this certificate.

Remarks

The effective date is the first day the certificate should be considered valid.

See Also

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