IInternetSecurityManager.GetSecurityId Method
Gets the security ID.
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 pwszUrl As String
Dim pbSecurityId As Byte()
Dim pcbSecurityId As Integer
Dim dwReserved As Integer
Dim returnValue As Integer
returnValue = instance.GetSecurityId(pwszUrl, pbSecurityId, pcbSecurityId, dwReserved)
Syntax
'Declaration
Function GetSecurityId ( _
pwszUrl As String, _
pbSecurityId As Byte(), _
ByRef pcbSecurityId As Integer, _
dwReserved As Integer _
) As Integer
int GetSecurityId (
string pwszUrl,
byte[] pbSecurityId,
ref int pcbSecurityId,
int dwReserved
)
int GetSecurityId (
String^ pwszUrl,
array<unsigned char>^ pbSecurityId,
int% pcbSecurityId,
int dwReserved
)
int GetSecurityId (
String pwszUrl,
byte[] pbSecurityId,
/** @ref */ int pcbSecurityId,
int dwReserved
)
Parameters
- pwszUrl
- pbSecurityId
- pcbSecurityId
- dwReserved
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.