SymmetricAlgorithm.SetKeyCore(ReadOnlySpan<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
virtual void SetKeyCore(ReadOnlySpan<System::Byte> key);
protected virtual void SetKeyCore(ReadOnlySpan<byte> key);
abstract member SetKeyCore : ReadOnlySpan<byte> -> unit
override this.SetKeyCore : ReadOnlySpan<byte> -> unit
Protected Overridable Sub SetKeyCore (key As ReadOnlySpan(Of Byte))
Parameters
- key
- ReadOnlySpan<Byte>