Table of Contents

IsValid Method

Definition

IsValid(AccessKey, CoordinatedUniversalTime)

Returns true if ... is valid.

public static bool IsValid(this AccessKey accessKey, CoordinatedUniversalTime utc = null)

Parameters

accessKey AccessKey

The AccessKey to extend.

utc CoordinatedUniversalTime

The optional CoordinatedUniversalTime to use instead of Now().

Returns

bool

true if the specified accessKey is valid; otherwise, false.

Exceptions

ArgumentNullException

accessKey cannot be null.