Table of Contents

Interface ISaslClient

Namespace
Javax.Security.Sasl
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface ISaslClient

Properties

MechanismName

String MechanismName { get; }

Property Value

String

Methods

Dispose()

void Dispose()

Exceptions

SaslException

EvaluateChallenge(byte[])

byte[] EvaluateChallenge(byte[] arg0)

Parameters

arg0 byte[]

byte

Returns

byte[]

byte

Exceptions

SaslException

GetNegotiatedProperty(String)

object GetNegotiatedProperty(String arg0)

Parameters

arg0 String

String

Returns

object

object

HasInitialResponse()

bool HasInitialResponse()

Returns

bool

bool

IsComplete()

bool IsComplete()

Returns

bool

bool

Unwrap(byte[], int, int)

byte[] Unwrap(byte[] arg0, int arg1, int arg2)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

Returns

byte[]

byte

Exceptions

SaslException

Wrap(byte[], int, int)

byte[] Wrap(byte[] arg0, int arg1, int arg2)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

Returns

byte[]

byte

Exceptions

SaslException