IInternetSecurityManager.SetSecuritySite Method
Sets the security on a site.
Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)
Usage
'Usage
Dim instance As IInternetSecurityManager
Dim pSite As IntPtr
Dim returnValue As Integer
returnValue = instance.SetSecuritySite(pSite)
Syntax
'Declaration
Function SetSecuritySite ( _
<InAttribute> pSite As IntPtr _
) As Integer
int SetSecuritySite (
[InAttribute] IntPtr pSite
)
int SetSecuritySite (
[InAttribute] IntPtr pSite
)
int SetSecuritySite (
/** @attribute InAttribute() */ IntPtr pSite
)
function SetSecuritySite (
pSite : IntPtr
) : int
Parameters
- pSite
Return Value
Returns Int32.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IInternetSecurityManager Interface
IInternetSecurityManager Members
Microsoft.Uii.Csr.Browser.Web Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.