Salt Property
Salt
The salt used to derive the management key. If there is no salt, this will be null.
C#
public Nullable<ReadOnlyMemory<byte>> Salt { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.ReadOnlyMemory<System.Byte>> |