ISecureFactory.CreateInstanceWithSecurity メソッド
アセンブリ: IIEHost (iiehost.dll 内)

Function CreateInstanceWithSecurity ( _ <InAttribute> dwIdentityFlag As Integer, _ <InAttribute> dwZone As Integer, _ <InAttribute> lpSite As String, _ <InAttribute> lpId As String, _ <InAttribute> lpLink As String, _ <InAttribute> lpLicenses As String _ ) As Object
Dim instance As ISecureFactory Dim dwIdentityFlag As Integer Dim dwZone As Integer Dim lpSite As String Dim lpId As String Dim lpLink As String Dim lpLicenses As String Dim returnValue As Object returnValue = instance.CreateInstanceWithSecurity(dwIdentityFlag, dwZone, lpSite, lpId, lpLink, lpLicenses)
Object CreateInstanceWithSecurity ( [InAttribute] int dwIdentityFlag, [InAttribute] int dwZone, [InAttribute] string lpSite, [InAttribute] string lpId, [InAttribute] string lpLink, [InAttribute] string lpLicenses )
Object^ CreateInstanceWithSecurity ( [InAttribute] int dwIdentityFlag, [InAttribute] int dwZone, [InAttribute] String^ lpSite, [InAttribute] String^ lpId, [InAttribute] String^ lpLink, [InAttribute] String^ lpLicenses )
Object CreateInstanceWithSecurity ( /** @attribute InAttribute() */ int dwIdentityFlag, /** @attribute InAttribute() */ int dwZone, /** @attribute InAttribute() */ String lpSite, /** @attribute InAttribute() */ String lpId, /** @attribute InAttribute() */ String lpLink, /** @attribute InAttribute() */ String lpLicenses )
function CreateInstanceWithSecurity ( dwIdentityFlag : int, dwZone : int, lpSite : String, lpId : String, lpLink : String, lpLicenses : String ) : Object
- dwIdentityFlag
- dwZone
- lpSite
- lpId
- lpLink
- lpLicenses


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ISecureFactory.CreateInstanceWithSecurity メソッドのページへのリンク