Table of Contents

Class ClientAuthenticationType

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

Fields

anonymous

public const short anonymous = 0

Field Value

short

certificate_based

public const short certificate_based = 1

Field Value

short

psk

public const short psk = 2

Field Value

short