public byte[] Authenticator { get; set; }Public Property Authenticator As Byte()
Get
Setpublic:
property array<unsigned char>^ Authenticator {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}function get_Authenticator();
function set_Authenticator(value);| ArgumentNullException | The value being assigned is null. |
| ArgumentException | The value being assigned is not 16-bytes in length. |