Property | Type | Description | |
---|---|---|---|
offset | int | ||
size | int | ||
token | byte[] | ||
type | SecurityBufferType | ||
unmanagedToken |
Method | Description | |
---|---|---|
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 | ||
return | System.Diagnostics |
public SecurityBuffer ( byte data, SecurityBufferType tokentype ) : System.Diagnostics | ||
data | byte | |
tokentype | SecurityBufferType | |
return | System.Diagnostics |
public SecurityBuffer ( byte data, int offset, int size, SecurityBufferType tokentype ) : System.Diagnostics | ||
data | byte | |
offset | int | |
size | int | |
tokentype | SecurityBufferType | |
return | System.Diagnostics |
public SecurityBuffer ( int size, SecurityBufferType tokentype ) : System.Diagnostics | ||
size | int | |
tokentype | SecurityBufferType | |
return | System.Diagnostics |