5 references to SetProperty
System.Core (5)
System\Security\Cryptography\CngKey.cs (3)
162
NCryptNative.
SetProperty
(m_keyHandle,
849
NCryptNative.
SetProperty
(keyHandle, property.Name, property.Value, property.Options);
860
NCryptNative.
SetProperty
(m_keyHandle, property.Name, property.Value, property.Options);
System\Security\Cryptography\NCryptNative.cs (2)
1681
SetProperty
(ncryptObject, propertyName, BitConverter.GetBytes(value), propertyOptions);
1733
SetProperty
(ncryptObject, propertyName, buffer, propertyOptions);