다음을 통해 공유


Manager.GetSecuredClassFactory 메서드

정의

중요

이 API는 CLS 규격이 아닙니다.

어셈블리에 대한 보안 정보를 제공하는 클래스 팩터리를 만듭니다.

이 API는 CLS 규격이 아닙니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 virtual Microsoft::IE::ISecureFactory ^ GetSecuredClassFactory(int flags, int zone, System::String ^ site, System::String ^ uniqueIdString, System::String ^ fileHashString, System::String ^ assemblyName, System::String ^ typeName);
public:
 virtual Microsoft::IE::ISecureFactory ^ GetSecuredClassFactory(int flags, int zone, System::String ^ site, System::String ^ uniqueIdString, System::String ^ fileHashString, System::String ^ typeName, System::String ^ assemblyName);
public virtual Microsoft.IE.ISecureFactory GetSecuredClassFactory (int flags, int zone, string site, string uniqueIdString, string fileHashString, string assemblyName, string typeName);
[System.CLSCompliant(false)]
public virtual Microsoft.IE.ISecureFactory GetSecuredClassFactory (int flags, int zone, string site, string uniqueIdString, string fileHashString, string typeName, string assemblyName);
abstract member GetSecuredClassFactory : int * int * string * string * string * string * string -> Microsoft.IE.ISecureFactory
override this.GetSecuredClassFactory : int * int * string * string * string * string * string -> Microsoft.IE.ISecureFactory
[<System.CLSCompliant(false)>]
abstract member GetSecuredClassFactory : int * int * string * string * string * string * string -> Microsoft.IE.ISecureFactory
override this.GetSecuredClassFactory : int * int * string * string * string * string * string -> Microsoft.IE.ISecureFactory
Public Overridable Function GetSecuredClassFactory (flags As Integer, zone As Integer, site As String, uniqueIdString As String, fileHashString As String, assemblyName As String, typeName As String) As ISecureFactory
Public Overridable Function GetSecuredClassFactory (flags As Integer, zone As Integer, site As String, uniqueIdString As String, fileHashString As String, typeName As String, assemblyName As String) As ISecureFactory

매개 변수

flags
Int32

다음 CORIESECURITY 값 중 하나입니다.

  • CORIESECURITY_ZONE: 0x01

  • CORIESECURITY_SITE: 0x02

zone
Int32

다음 URLZONE 값 중 하나입니다.

  • URLZONE_LOCAL_MACHINE: 0x00

  • URLZONE_INTRANET: 0x01

  • URLZONE_TRUSTED: 0x02

  • URLZONE_INTERNET: 0x03

  • URLZONE_UNTRUSTED: 0x04

site
String

사이트 주소입니다.

uniqueIdString
String

사이트의 고유 ID입니다.

fileHashString
String

로드 중인 어셈블리의 16진수 인코딩 해시 값입니다.

assemblyNametypeName
String

어셈블리의 이름입니다.

typeNameassemblyName
String

형식의 이름입니다.

반환

보안 클래스 팩터리를 나타내는 개체입니다.

구현

특성

설명

일반적으로 대부분의 매개 변수 값에는 인터넷 보안 관리자에서 얻을 수 있습니다.

적용 대상