Table of Contents

Class ClientAuthenticationType

Namespace
Enterprises.Org.BouncyCastle.Crypto.Tls
Assembly
Enterprises.BouncyCastle.Crypto.dll
public abstract class ClientAuthenticationType
Inheritance
ClientAuthenticationType
Inherited Members

Constructors

ClientAuthenticationType()

protected ClientAuthenticationType()

Fields

anonymous

public const byte anonymous = 0

Field Value

byte

certificate_based

public const byte certificate_based = 1

Field Value

byte

psk

public const byte psk = 2

Field Value

byte