SetRandomCardId Method
SetRandomCardId()
Set the CardId with a random, 14-byte value.
C#
public void SetRandomCardId()
Remarks
This method will use the random number generator built by CryptographyProviders to generate 14 random bytes as the new CardId.
If there is a CardId value already in this object, this method will overwrite it.