Wrap (encrypt) key material with a key-encryption key.
public static byte[] KeyWrap( byte[] data, byte[] kek, CipherAlgorithm cipherAlg )
Public Shared Function KeyWrap ( data As Byte(), kek As Byte(), cipherAlg As CipherAlgorithm ) As Byte()
VB6/C equivalent: CIPHER_KeyWrap