Interface TlsPsk
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
public interface TlsPsk
Properties
Identity
byte[] Identity { get; }
Property Value
- byte[]
Key
TlsSecret Key { get; }
Property Value
PrfAlgorithm
int PrfAlgorithm { get; }