CngProperty Struct
In questo articolo
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.
Incapsula una proprietà di un provider o una chiave CNG (Cryptography Next Generation).
public value class CngProperty : IEquatable<System::Security::Cryptography::CngProperty>
public struct CngProperty : IEquatable<System.Security.Cryptography.CngProperty>
type CngProperty = struct
Public Structure CngProperty
Implements IEquatable(Of CngProperty)
- Ereditarietà
- Implementazioni
Commenti
Questo struct incapsula un nome di proprietà (una stringa), un valore (matrice di byte), un CngPropertyOptions flag, proprietà della funzione di accesso e confronto e hashing.
Questo struct viene usato con i SetProperty metodi e GetProperty .
Costruttori
Cng |
Inizializza una nuova istanza dell'elemento struct CngProperty. |
Proprietà
Name |
Ottiene il nome della proprietà specificato dall'oggetto CngProperty corrente. |
Options |
Ottiene le opzioni della proprietà specificate dall'oggetto CngProperty corrente. |
Metodi
Equals(Cng |
Confronta l'oggetto CngProperty specificato con l'oggetto CngProperty corrente. |
Equals(Object) |
Confronta l'oggetto specificato con l'oggetto CngProperty corrente. |
Get |
Genera un valore hash per l'oggetto CngProperty corrente. |
Get |
Ottiene il valore della proprietà specificato dall'oggetto CngProperty corrente. |
Operatori
Equality(Cng |
Determina se due oggetti CngProperty specificano lo stesso nome della proprietà, lo stesso valore e le stesse opzioni. |
Inequality(Cng |
Determina se due oggetti CngProperty non specificano lo stesso nome della proprietà, lo stesso valore e le stesse opzioni. |
Si applica a
Prodotto | Versioni |
---|---|
.NET | Core 1.0, Core 1.1, 6, 7, 8, 9, 10 |
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 (package-provided) |
Windows Desktop | 3.0, 3.1, 5 |