EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPrivateKeyUsagePeriodExtension.NotBefore

TElPrivateKeyUsagePeriodExtension     See also    


 

The private key associated with the certificate should not be used to sign objects before the time specified by this property.

 
 

Declaration

[C#]
    TDateTime NotBefore;

[VB.NET]
    Property NotBefore As TDateTime

[Pascal]
    property NotBefore : DateTime;

[VB6]
    Property IElPrivateKeyUsagePeriodExtensionX.NotBefore As Date

[ActiveX]
    HRESULT _stdcall IElPrivateKeyUsagePeriodExtensionX.NotBefore([out, retval] DATE * Value );
    HRESULT _stdcall IElPrivateKeyUsagePeriodExtensionX.NotBefore([in] DATE Value );

[DLL]
    not implemented;
 
 
 

Description

    The private key associated with certificate should not be used to sign objects after time specified by this property. The date and time are stored and retrieved in Universal Coordinate Time (UTC).

 
 

See also:     NotAfter

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation