[This is preliminary documentation and is subject to change.]
Returns the key that the class is currently using to decrypt
| C# | Visual Basic | Visual C++ |
public abstract byte[] Key{ get;}
Public MustOverride ReadOnly Property Key As Byte()
public: virtual property array<unsigned char>^ Key { array<unsigned char>^ get () abstract; }