In This Topic
List of MAC algorithms that client agrees to use.
Syntax
|
|---|
'Declaration
Public Property MacAlgorithms As String |
|
|---|
public string MacAlgorithms {get; set;} |
Property Value
List of allowed MAC algorithms separated by colons. The default value is 'hmac-sha2-256, hmac-sha2-512,
[email protected],
[email protected]'.
See Also