MediaCryptoKeyParamKey Property |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public byte[] Key { get; set; }
Public Property Key As Byte()
Get
Set
public:
property array<unsigned char>^ Key {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Key : byte[] with get, set
Property Value
Type:
ByteSee Also