Interface TlsCredentials
- Namespace
- Org.BouncyCastle.Tls
- Assembly
- BouncyCastle.Cryptography.dll
Base interface for interfaces/classes carrying TLS credentials.
public interface TlsCredentials
Properties
Certificate
Return the certificate structure representing our identity.
Certificate Certificate { get; }
Property Value
- Certificate
our certificate structure.