EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElPrivateKeyUsagePeriodExtension.NotAfter

TElPrivateKeyUsagePeriodExtension     See also    


 

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

 
 

Declaration

[C#]
    TDateTime NotAfter;

[VB.NET]
    Property NotAfter As TDateTime

[Pascal]
    property NotAfter : DateTime;

[VB6]
    Property IElPrivateKeyUsagePeriodExtensionX.NotAfter As Date

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

[DLL]
    not implemented;
 
 
 

Description

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

 
 

See also:     NotBefore

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