Share via


IInternetSecurityManager.GetSecurityId(String, Byte[], Int32, Int32) Method

Definition

Gets the security ID.

public:
 int GetSecurityId(System::String ^ pwszUrl, cli::array <System::Byte> ^ pbSecurityId, int % pcbSecurityId, int dwReserved);
public int GetSecurityId (string pwszUrl, byte[] pbSecurityId, ref int pcbSecurityId, int dwReserved);
abstract member GetSecurityId : string * byte[] * int * int -> int
Public Function GetSecurityId (pwszUrl As String, pbSecurityId As Byte(), ByRef pcbSecurityId As Integer, dwReserved As Integer) As Integer

Parameters

pwszUrl
String
pbSecurityId
Byte[]
pcbSecurityId
Int32
dwReserved
Int32

Returns

Returns Int32.

Applies to