Interface TlsHmac
- Namespace
- Org.BouncyCastle.Tls.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
Interface for MAC services based on HMAC.
public interface TlsHmac : TlsMac
- Inherited Members
Properties
InternalBlockSize
Return the internal block size for the message digest underlying this HMAC service.
int InternalBlockSize { get; }
Property Value
- int
the internal block size for the digest (in bytes).