CngProvider.Inequality(CngProvider, CngProvider) Operador

Definición

Determina si dos objetos CngProvider no representan el mismo proveedor de almacenamiento de claves (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

Parámetros

left
CngProvider

Objeto que especifica un KSP.

right
CngProvider

Segundo objeto, que se va a comparar con el objeto que el parámetro left identifica.

Devoluciones

Boolean

true si los dos objetos no representan el mismo KSP; de lo contrario, false.

Se aplica a