프로퍼티 | 타입 | 설명 | |
---|---|---|---|
offset | int | ||
size | int | ||
token | byte[] | ||
type | SecurityBufferType | ||
unmanagedToken |
메소드 | 설명 | |
---|---|---|
SecurityBuffer ( |
||
SecurityBuffer ( byte data, SecurityBufferType tokentype ) : System.Diagnostics | ||
SecurityBuffer ( byte data, int offset, int size, SecurityBufferType tokentype ) : System.Diagnostics | ||
SecurityBuffer ( int size, SecurityBufferType tokentype ) : System.Diagnostics |
public SecurityBuffer ( |
||
binding | ||
리턴 | System.Diagnostics |
public SecurityBuffer ( byte data, SecurityBufferType tokentype ) : System.Diagnostics | ||
data | byte | |
tokentype | SecurityBufferType | |
리턴 | System.Diagnostics |
public SecurityBuffer ( byte data, int offset, int size, SecurityBufferType tokentype ) : System.Diagnostics | ||
data | byte | |
offset | int | |
size | int | |
tokentype | SecurityBufferType | |
리턴 | System.Diagnostics |
public SecurityBuffer ( int size, SecurityBufferType tokentype ) : System.Diagnostics | ||
size | int | |
tokentype | SecurityBufferType | |
리턴 | System.Diagnostics |