Method | Description | |
---|---|---|
SecureBuffer ( byte buffer, BufferType type ) : System |
Initializes a new instance of the SecureBuffer class.
|
public SecureBuffer ( byte buffer, BufferType type ) : System | ||
buffer | byte | The buffer to wrap. |
type | BufferType | The type or purpose of the buffer, for purposes of /// invoking the native API. |
return | System |