NonceCache.CheckNonce(Byte[]) 方法
定义
当在派生类中重写时,返回一个指示指定 nouce 是否已经在缓存中的值。When overridden in a derived class, returns a value that indicates whether the specified nonce is already in the cache.
public:
abstract bool CheckNonce(cli::array <System::Byte> ^ nonce);
public abstract bool CheckNonce (byte[] nonce);
abstract member CheckNonce : byte[] -> bool
Public MustOverride Function CheckNonce (nonce As Byte()) As Boolean
参数
- nonce
- Byte[]
要检查的 Nonce。The nonce to check.
返回
如果指定的 Nonce 已在缓存列中,则为 true;否则为 false。true if the specified nonce is already in the cache; otherwise, false.