CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) Operatore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Determina se due oggetti CngKeyBlobFormat non specificano lo stesso formato BLOB della chiave.
public:
static bool operator !=(System::Security::Cryptography::CngKeyBlobFormat ^ left, System::Security::Cryptography::CngKeyBlobFormat ^ right);
public static bool operator != (System.Security.Cryptography.CngKeyBlobFormat? left, System.Security.Cryptography.CngKeyBlobFormat? right);
public static bool operator != (System.Security.Cryptography.CngKeyBlobFormat left, System.Security.Cryptography.CngKeyBlobFormat right);
static member op_Inequality : System.Security.Cryptography.CngKeyBlobFormat * System.Security.Cryptography.CngKeyBlobFormat -> bool
Public Shared Operator != (left As CngKeyBlobFormat, right As CngKeyBlobFormat) As Boolean
Parametri
- left
- CngKeyBlobFormat
Oggetto che specifica il formato BLOB di una chiave.
- right
- CngKeyBlobFormat
Secondo oggetto, da confrontare con l'oggetto identificato dal parametro left
.
Restituisce
true
se i due oggetti non specificano lo stesso formato BLOB della chiave; in caso contrario, false
.