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;
Returns a String representing the effective date for this certificate.
The effective date is the first day the certificate should be considered valid.
X509Certificate Class | X509Certificate Members | System.Security.Cryptography.X509Certificates Namespace