C# Class Novell.Directory.Ldap.Security.Krb5Helper

Inheritance: IDisposable
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void
ExchangeTokens ( sbyte clientToken ) : sbyte[]
Krb5Helper ( string name, string clientName, Subject subject, AuthenticationTypes authenticationTypes, string mech ) : System
Unwrap ( byte incoming, int start, int len ) : byte[]
Unwrap ( byte incoming, int start, int len, MessageProp messageProp ) : byte[]
Wrap ( byte outgoing, int start, int len ) : byte[]
Wrap ( byte outgoing, int start, int len, MessageProp messageProp ) : byte[]

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExchangeTokens() public méthode

public ExchangeTokens ( sbyte clientToken ) : sbyte[]
clientToken sbyte
Résultat sbyte[]

Krb5Helper() public méthode

public Krb5Helper ( string name, string clientName, Subject subject, AuthenticationTypes authenticationTypes, string mech ) : System
name string
clientName string
subject javax.security.auth.Subject
authenticationTypes AuthenticationTypes
mech string
Résultat System

Unwrap() public méthode

public Unwrap ( byte incoming, int start, int len ) : byte[]
incoming byte
start int
len int
Résultat byte[]

Unwrap() public méthode

public Unwrap ( byte incoming, int start, int len, MessageProp messageProp ) : byte[]
incoming byte
start int
len int
messageProp MessageProp
Résultat byte[]

Wrap() public méthode

public Wrap ( byte outgoing, int start, int len ) : byte[]
outgoing byte
start int
len int
Résultat byte[]

Wrap() public méthode

public Wrap ( byte outgoing, int start, int len, MessageProp messageProp ) : byte[]
outgoing byte
start int
len int
messageProp MessageProp
Résultat byte[]