다음을 통해 공유


ApplicationSecurityManager.UserApplicationTrusts 속성

정의

사용자에 대해 캐시된 신뢰 결정이 들어 있는 애플리케이션 트러스트 컬렉션을 가져옵니다.

public:
 static property System::Security::Policy::ApplicationTrustCollection ^ UserApplicationTrusts { System::Security::Policy::ApplicationTrustCollection ^ get(); };
public static System.Security.Policy.ApplicationTrustCollection UserApplicationTrusts { get; }
member this.UserApplicationTrusts : System.Security.Policy.ApplicationTrustCollection
Public Shared ReadOnly Property UserApplicationTrusts As ApplicationTrustCollection

속성 값

ApplicationTrustCollection

사용자에 대해 캐시된 신뢰 결정이 들어 있는 ApplicationTrustCollection입니다.

설명

컬렉션의 신뢰 결정와 같은 컬렉션의 메서드를 사용 하 여 유지 관리 되는 Add 메서드 또는 Remove 메서드.

적용 대상