C# 클래스 Novell.Directory.Ldap.Security.Krb5Helper

상속: IDisposable
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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[]

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExchangeTokens() 공개 메소드

public ExchangeTokens ( sbyte clientToken ) : sbyte[]
clientToken sbyte
리턴 sbyte[]

Krb5Helper() 공개 메소드

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
리턴 System

Unwrap() 공개 메소드

public Unwrap ( byte incoming, int start, int len ) : byte[]
incoming byte
start int
len int
리턴 byte[]

Unwrap() 공개 메소드

public Unwrap ( byte incoming, int start, int len, MessageProp messageProp ) : byte[]
incoming byte
start int
len int
messageProp MessageProp
리턴 byte[]

Wrap() 공개 메소드

public Wrap ( byte outgoing, int start, int len ) : byte[]
outgoing byte
start int
len int
리턴 byte[]

Wrap() 공개 메소드

public Wrap ( byte outgoing, int start, int len, MessageProp messageProp ) : byte[]
outgoing byte
start int
len int
messageProp MessageProp
리턴 byte[]