Click or drag to resize

SecurIdTokenShallowCopyTo Method

Perform a shallow copy of the current instance to supplied token instance

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax
protected void ShallowCopyTo(
	SecurIdToken token
)

Parameters

token
Type: SamoyedSoftware.ursaSecurIdToken
The token instance into which the value of the current instance will be copied.
See Also