CngProvider.Equality(CngProvider, CngProvider) Operador

Definição

Determina se dois objetos CngProvider especificam o mesmo KSP (provedor de armazenamento de chaves).

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 ( = ) : System.Security.Cryptography.CngProvider * System.Security.Cryptography.CngProvider -> bool
Public Shared Operator == (left As CngProvider, right As CngProvider) As Boolean

Parâmetros

left
CngProvider

Um objeto que especifica um KSP.

right
CngProvider

Um segundo objeto, a ser comparado ao objeto que é identificado pelo parâmetro left.

Retornos

Boolean

true se os dois objetos representarem o mesmo KSP, caso contrário, false.

Aplica-se a