CngCbcAuthenticatedEncryptionSettings.Validate Method

Definition

Validates that this CngCbcAuthenticatedEncryptionSettings is well-formed, i.e., that the specified algorithms actually exist and that they can be instantiated properly. An exception will be thrown if validation fails.

public:
 virtual void Validate();
public void Validate ();
abstract member Validate : unit -> unit
override this.Validate : unit -> unit
Public Sub Validate ()

Applies to