GetEffectiveDateString Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Returns the effective date of this X.509v3 certificate.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public Overridable Function GetEffectiveDateString As String
public virtual string GetEffectiveDateString()
public:
virtual String^ GetEffectiveDateString()
abstract GetEffectiveDateString : unit -> string 
override GetEffectiveDateString : unit -> string 
public function GetEffectiveDateString() : String

Return Value

Type: System. . :: . .String
The effective date of this X.509v3 certificate.

.NET Framework Security

See Also

Reference

X509Certificate2 Class

System.Security.Cryptography.X509Certificates Namespace