InMemorySymmetricSecurityKey.GetSymmetricKey Method

Definition

Gets the bytes that represent the symmetric key.

public:
 override cli::array <System::Byte> ^ GetSymmetricKey();
public override byte[] GetSymmetricKey ();
override this.GetSymmetricKey : unit -> byte[]
Public Overrides Function GetSymmetricKey () As Byte()

Returns

Byte[]

An array of Byte that contains the symmetric key.

Applies to