KeyDerivationParameters.KdfGenericBinary Property
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.
Gets or sets the parameters used by the key derivation algorithm.
public:
property IBuffer ^ KdfGenericBinary { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer KdfGenericBinary();
void KdfGenericBinary(IBuffer value);
public IBuffer KdfGenericBinary { get; set; }
var iBuffer = keyDerivationParameters.kdfGenericBinary;
keyDerivationParameters.kdfGenericBinary = iBuffer;
Public Property KdfGenericBinary As IBuffer
Property Value
Buffer that contains the parameters.