Net.Pkcs11Interop.HighLevelAPI80.MechanismParams.CkKeyDerivationStringData.ToMarshalableStructure C# (CSharp) Method

ToMarshalableStructure() public method

Returns managed object that can be marshaled to an unmanaged block of memory
public ToMarshalableStructure ( ) : object
return object
        public object ToMarshalableStructure()
        {
            if (this._disposed)
                throw new ObjectDisposedException(this.GetType().FullName);

            return _lowLevelStruct;
        }