CryptoConfig.AllowOnlyFipsAlgorithms Propriedade

Definição

Indica se o tempo de execução deve aplicar a política de criar apenas algoritmos certificados pelo Federal Information Processing Standard (FIPS).

public:
 static property bool AllowOnlyFipsAlgorithms { bool get(); };
public static bool AllowOnlyFipsAlgorithms { get; }
static member AllowOnlyFipsAlgorithms : bool
Public Shared ReadOnly Property AllowOnlyFipsAlgorithms As Boolean

Valor de Propriedade

true para fazer cumprir a política; caso contrário, false.

Observações

Se false, qualquer algoritmo pode ser criado.

Aplica-se a