[NotNull()] byte[] RawData {get;}
[NotNull()] property array<byte>^ RawData { array<byte>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The value of this property cannot be null
(Nothing
in Visual Basic).
Exception | Description |
---|---|
System.Security.Cryptography.CryptographicException | An error occurred during a cryptographic operation. This is an operation error that depends on factors external to your program, and thus cannot be always avoided. Your code must handle it appropriately. |