Sdílet prostřednictvím


Expires.IsExpired Method

Gets a value indicating whether the security token or SOAP message has expired.

Namespace: Microsoft.Web.Services3.Security.Utility
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim returnValue As Boolean
Dim expires1 As Expires
returnValue = expires1.IsExpired()

Syntax

'Declaration
Public Function IsExpired() As Boolean
public bool IsExpired();
public:
bool IsExpired();
public boolean IsExpired();
public function IsExpired() : Boolean;

Return Value

true when the security token or SOAP message has expired.; otherwise, false.

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 XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

Expires Class
Expires Members
Microsoft.Web.Services3.Security.Utility Namespace