public virtual byte[] Unwrap( byte[] inBytes, int inOff, int inLen )
Public Overridable Function Unwrap ( inBytes As Byte(), inOff As Integer, inLen As Integer ) As Byte()
public: virtual array<unsigned char>^ Unwrap( array<unsigned char>^ inBytes, int inOff, int inLen )
function Unwrap(inBytes, inOff, inLen);
In This Article