ValidationParameters.ValidAlgorithms Property

Definition

Gets or sets the valid algorithms for cryptographic operations.

public System.Collections.Generic.IList<string> ValidAlgorithms { get; }
member this.ValidAlgorithms : System.Collections.Generic.IList<string>
Public ReadOnly Property ValidAlgorithms As IList(Of String)

Property Value

Remarks

If set to a non-empty collection, only the algorithms listed will be considered valid. The default is null.

Applies to