| SecurIdTokenComputeTokencode Method (DateTime) |
Computes the tokencode for a given date/time.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax public string ComputeTokencode(
DateTime time
)
Public Function ComputeTokencode (
time As DateTime
) As String
public:
String^ ComputeTokencode(
DateTime time
)
member ComputeTokencode :
time : DateTime -> string
Parameters
- time
- Type: SystemDateTime
The date/time for which the tokencode will be computed.
Return Value
Type:
StringA string containing the tokencode for the supplied date/time.
Exceptions See Also