CngProperty Structure
Encapsulates a property of a Cryptography Next Generation (CNG) key or provider.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | CngProperty(String, Byte(), CngPropertyOptions) | Initializes a new instance of the CngProperty class. |
| Name | Description | |
|---|---|---|
![]() | Equals(CngProperty) | Compares the specified CngProperty object to the current CngProperty object. |
![]() | Equals(Object) | Compares the specified object to the current CngProperty object.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Generates a hash value for the current CngProperty object.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | |
![]() | GetValue() | Gets the property value that the current CngProperty object specifies. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(CngProperty, CngProperty) | Determines whether two CngProperty objects specify the same property name, value, and options. |
![]() ![]() | Inequality(CngProperty, CngProperty) | Determines whether two CngProperty objects do not specify the same property name, value, and options. |
This class encapsulates a property name (a string), a value (byte array), a CngPropertyOptions flag, accessor properties, and comparison and hashing functions.
This class is used with the SetProperty and GetProperty methods.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



