CngProvider.Inequality(CngProvider, CngProvider) Operatore

Definizione

Determina se due oggetti CngProvider non rappresentano lo stesso provider di archiviazione chiavi (KSP).

public:
 static bool operator !=(System::Security::Cryptography::CngProvider ^ left, System::Security::Cryptography::CngProvider ^ right);
public static bool operator != (System.Security.Cryptography.CngProvider left, System.Security.Cryptography.CngProvider right);
public static bool operator != (System.Security.Cryptography.CngProvider? left, System.Security.Cryptography.CngProvider? right);
static member op_Inequality : System.Security.Cryptography.CngProvider * System.Security.Cryptography.CngProvider -> bool
Public Shared Operator != (left As CngProvider, right As CngProvider) As Boolean

Parametri

left
CngProvider

Oggetto che specifica un KSP.

right
CngProvider

Secondo oggetto, da confrontare con l'oggetto identificato dal parametro left.

Restituisce

true se i due oggetti non rappresentano lo stesso KSP; in caso contrario, false.

Si applica a