Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ParentWindowHandle

unsafe IntPtr System.Security.Cryptography.CngKey.ParentWindowHandle
getset

Definition at line 124 of file CngKey.cs.

125 {
126 get
127 {
128 return _keyHandle.GetPropertyAsIntPtr("HWND Handle", CngPropertyOptions.None);
129 }
130 set
131 {
132 global::Interop.NCrypt.NCryptSetProperty(_keyHandle, "HWND Handle", &value, IntPtr.Size, CngPropertyOptions.None);
133 }
134 }
readonly SafeNCryptKeyHandle _keyHandle
Definition CngKey.cs:11