6 references to GetProperty
System.Core (6)
System\Security\Cryptography\CngKey.cs (3)
140
ephemeralProperty = NCryptNative.
GetProperty
(m_keyHandle,
647
byte[] value = NCryptNative.
GetProperty
(m_keyHandle, name, options, out foundProperty);
669
NCryptNative.
GetProperty
(m_keyHandle, name, options, out foundProperty);
System\Security\Cryptography\NCryptNative.cs (3)
1401
byte[] valueBytes =
GetProperty
(ncryptObject, propertyName, propertyOptions, out foundProperty);
1482
byte[] valueBytes =
GetProperty
(ncryptObject, propertyName, propertyOptions, out foundProperty);
1512
byte[] valueBytes =
GetProperty
(ncryptObject, propertyName, propertyOptions, out foundProperty);