프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void | ||
ExchangeTokens ( sbyte clientToken ) : sbyte[] | ||
Krb5Helper ( string name, string clientName, |
||
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[] |
public ExchangeTokens ( sbyte clientToken ) : sbyte[] | ||
clientToken | sbyte | |
리턴 | sbyte[] |
public Krb5Helper ( string name, string clientName, |
||
name | string | |
clientName | string | |
subject | ||
authenticationTypes | AuthenticationTypes | |
mech | string | |
리턴 | System |
public Unwrap ( byte incoming, int start, int len ) : byte[] | ||
incoming | byte | |
start | int | |
len | int | |
리턴 | byte[] |
public Unwrap ( byte incoming, int start, int len, MessageProp messageProp ) : byte[] | ||
incoming | byte | |
start | int | |
len | int | |
messageProp | MessageProp | |
리턴 | byte[] |
public Wrap ( byte outgoing, int start, int len ) : byte[] | ||
outgoing | byte | |
start | int | |
len | int | |
리턴 | byte[] |
public Wrap ( byte outgoing, int start, int len, MessageProp messageProp ) : byte[] | ||
outgoing | byte | |
start | int | |
len | int | |
messageProp | MessageProp | |
리턴 | byte[] |