Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Creates trust policies. If you are using an active scripting language like VBScript, this is the recommended class for constructing or loading a TrustPolicy object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
System.Object
System.Web.Security.SingleSignOn.TrustPolicyFactory
[ComVisibleAttribute(true)]
public class TrustPolicyFactory
[ComVisibleAttribute(true)]
public ref class TrustPolicyFactory
[<ComVisibleAttribute(true)>]
type TrustPolicyFactory = class end
<ComVisibleAttribute(True)>
Public Class TrustPolicyFactory
Name | Description | |
---|---|---|
![]() |
TrustPolicyFactory() | Initializes a new instance of the TrustPolicyFactory class. |
Name | Description | |
---|---|---|
![]() |
CreateNewTrustPolicy(Boolean, RevocationFlags) | Creates a new TrustPolicy. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
Load(String, Boolean) | Loads the TrustPolicy from an XML file whose path is be configured in the local web.config. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
System.Web.Security.SingleSignOn Namespace
Return to top