Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ParentWindowHandle
unsafe
IntPtr
System.Security.Cryptography.CngKey.ParentWindowHandle
get
set
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
}
System.Security.Cryptography.CngKey._keyHandle
readonly SafeNCryptKeyHandle _keyHandle
Definition
CngKey.cs:11
System.Reflection.Metadata.PrimitiveTypeCode.IntPtr
@ IntPtr
System.Security.Cryptography.CngPropertyOptions
CngPropertyOptions
Definition
CngPropertyOptions.cs:5
System.ExceptionArgument.value
@ value
System
Security
Cryptography
CngKey
Generated by
1.10.0