CngProperty Struct
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
CngProperty(String, Byte[], CngPropertyOptions) |
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(CngProperty) |
Confronta l'oggetto CngProperty specificato con l'oggetto CngProperty corrente. |
Equals(Object) |
Confronta l'oggetto specificato con l'oggetto CngProperty corrente. |
GetHashCode() |
Genera un valore hash per l'oggetto CngProperty corrente. |
GetValue() |
Ottiene il valore della proprietà specificato dall'oggetto CngProperty corrente. |
Operatori
Equality(CngProperty, CngProperty) |
Determina se due oggetti CngProperty specificano lo stesso nome della proprietà, lo stesso valore e le stesse opzioni. |
Inequality(CngProperty, CngProperty) |
Determina se due oggetti CngProperty non specificano lo stesso nome della proprietà, lo stesso valore e le stesse opzioni. |