CngProperty Структура
Определение
Инкапсулирует свойство ключа или поставщика криптографии следующего поколения (CNG).Encapsulates a property of a Cryptography Next Generation (CNG) key or provider.
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)
- Наследование
- Реализации
Комментарии
Этот класс инкапсулирует имя свойства (строку), значение (массив байтов), CngPropertyOptions флаг, свойства метода доступа, а затем функции сравнения и хэширования.This class encapsulates a property name (a string), a value (byte array), a CngPropertyOptions flag, accessor properties, and comparison and hashing functions.
Этот класс используется с SetProperty GetProperty методами и.This class is used with the SetProperty and GetProperty methods.
Конструкторы
CngProperty(String, Byte[], CngPropertyOptions) |
Инициализирует новый экземпляр класса CngProperty.Initializes a new instance of the CngProperty class. |
Свойства
Name |
Получает имя свойства, заданное текущим объектом CngProperty.Gets the property name that the current CngProperty object specifies. |
Options |
Получает параметры свойства, заданные текущим объектом CngProperty.Gets the property options that the current CngProperty object specifies. |
Методы
Equals(CngProperty) |
Сравнивает заданный объект CngProperty с текущим объектом CngProperty.Compares the specified CngProperty object to the current CngProperty object. |
Equals(Object) |
Сравнивает заданный объект с текущим объектом CngProperty.Compares the specified object to the current CngProperty object. |
GetHashCode() |
Формирует хэш-значение для текущего объекта CngProperty.Generates a hash value for the current CngProperty object. |
GetValue() |
Получает значение свойства, заданное текущим объектом CngProperty.Gets the property value that the current CngProperty object specifies. |
Операторы
Equality(CngProperty, CngProperty) |
Определяет, задают ли два объекта CngProperty одинаковые имена, значения и параметры свойств.Determines whether two CngProperty objects specify the same property name, value, and options. |
Inequality(CngProperty, CngProperty) |
Определяет, задают ли два объекта CngProperty разные имена, значения и параметры свойств.Determines whether two CngProperty objects do not specify the same property name, value, and options. |