Ejemplo n.º 1
0
 /// <summary>使用指定的 <see cref="T:System.Security.Policy.TrustManagerUIContext" /> 对象初始化 <see cref="T:System.Security.Policy.TrustManagerContext" /> 类的新实例。</summary>
 /// <param name="uiContext">
 /// <see cref="T:System.Security.Policy.TrustManagerUIContext" /> 值之一,该值指定要使用的信任关系管理器用户界面的类型。</param>
 public TrustManagerContext(TrustManagerUIContext uiContext)
 {
     this.m_ignorePersistedDecision = false;
     this.m_uiContext = uiContext;
     this.m_keepAlive = false;
     this.m_persist   = true;
 }
 public TrustManagerContext(TrustManagerUIContext uiContext)
 {
     this.m_ignorePersistedDecision = false;
     this.m_uiContext = uiContext;
     this.m_keepAlive = false;
     this.m_persist = true;
 }
Ejemplo n.º 3
0
 public TrustManagerContext(TrustManagerUIContext uiContext)
 {
     _ignorePersistedDecision = false;
     _noPrompt  = false;
     _keepAlive = false;
     _persist   = false;
     _ui        = uiContext;
 }
Ejemplo n.º 4
0
		public TrustManagerContext (TrustManagerUIContext uiContext)
		{
			_ignorePersistedDecision = false;
			_noPrompt = false;
			_keepAlive = false;
			_persist = false;
			_ui = uiContext;
		}
Ejemplo n.º 5
0
 public TrustManagerContext(TrustManagerUIContext uiContext)
 {
 }
 public TrustManagerContext(TrustManagerUIContext uiContext)
 {
 }
Ejemplo n.º 7
0
 /// <summary>Initializes a new instance of the <see cref="T:System.Security.Policy.TrustManagerContext" /> class using the specified <see cref="T:System.Security.Policy.TrustManagerUIContext" /> object. </summary><param name="uiContext">One of the <see cref="T:System.Security.Policy.TrustManagerUIContext" /> values that specifies the type of trust manager user interface to use. </param>
 public TrustManagerContext(TrustManagerUIContext uiContext)
 {
     throw new NotImplementedException();
 }