Share via


IInternetSecurityManager.GetSecuritySite Method

Gets 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.GetSecuritySite(pSite)

Syntax

'Declaration
Function GetSecuritySite ( _
    <OutAttribute> pSite As IntPtr _
) As Integer
int GetSecuritySite (
    [OutAttribute] IntPtr pSite
)
int GetSecuritySite (
    [OutAttribute] IntPtr pSite
)
int GetSecuritySite (
    /** @attribute OutAttribute() */ IntPtr pSite
)
function GetSecuritySite (
    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.