This documentation is archived and is not being maintained.
HttpClientCertificate.ValidFrom Property
.NET Framework 1.1
Gets the date when the certificate becomes valid. The date varies with international settings.
[Visual Basic] Public ReadOnly Property ValidFrom As DateTime [C#] public DateTime ValidFrom {get;} [C++] public: __property DateTime get_ValidFrom(); [JScript] public function get ValidFrom() : DateTime;
Property Value
The date when the certificate becomes valid.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpClientCertificate Class | HttpClientCertificate Members | System.Web Namespace
Show: