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