Share via


ISecretProvider.GetExpirationDate Method

Returns the date and time when the one-time passwords will expire.

Namespace: Microsoft.Clm
Assembly: Microsoft.Clm.Common (in Microsoft.Clm.Common.dll)

Usage

'Usage
Dim instance As ISecretProvider
Dim request As Request
Dim returnValue As DateTime

returnValue = instance.GetExpirationDate(request)

Syntax

'Declaration
Function GetExpirationDate ( _
    request As Request _
) As DateTime
DateTime GetExpirationDate (
    Request request
)
DateTime GetExpirationDate (
    Request^ request
)
DateTime GetExpirationDate (
    Request request
)
function GetExpirationDate (
    request : Request
) : DateTime

Parameters

  • request
    A Request object that describes a FIM CM request.

Return Value

A DateTime object that indicates the date and time when the one-time passwords will expire.

Remarks

This method is not implemented in FIM CM version 1 and is reserved for future use.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 2008 x64 Edition

Target Platforms

Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

ISecretProvider Interface
ISecretProvider Members
Microsoft.Clm Namespace
Request