Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CertHasProperty()
bool
Internal.Cryptography.Pal.Native.SafeCertContextHandle.CertHasProperty
(
CertContextPropId
propertyId
)
inline
private
inherited
Definition at line
75
of file
SafeCertContextHandle.cs
.
76
{
77
int
pcbData = 0;
78
return
global::Interop.crypt32.CertGetCertificateContextProperty(
this
, propertyId,
null
, ref pcbData);
79
}
Internal
Cryptography
Pal
Native
SafeCertContextHandleWithKeyContainerDeletion
Generated by
1.10.0