CngProvider.Inequality(CngProvider, CngProvider) Opérateur

Définition

Détermine si deux CngProvider objets ne représentent pas le même fournisseur de stockage de clés (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

Paramètres

left
CngProvider

Objet qui spécifie un KSP.

right
CngProvider

Deuxième objet, à comparer à l’objet identifié par le left paramètre.

Retours

true si les deux objets ne représentent pas le même KSP ; sinon, false.

S’applique à