ClaimTypeElement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ClaimTypeElement 类的新实例。
重载
ClaimTypeElement() |
初始化 ClaimTypeElement 类的新实例。 |
ClaimTypeElement(String, Boolean) |
初始化 ClaimTypeElement 类的新实例。 |
ClaimTypeElement()
初始化 ClaimTypeElement 类的新实例。
public:
ClaimTypeElement();
public ClaimTypeElement ();
Public Sub New ()
适用于
ClaimTypeElement(String, Boolean)
初始化 ClaimTypeElement 类的新实例。
public:
ClaimTypeElement(System::String ^ claimType, bool isOptional);
public ClaimTypeElement (string claimType, bool isOptional);
new System.ServiceModel.Configuration.ClaimTypeElement : string * bool -> System.ServiceModel.Configuration.ClaimTypeElement
Public Sub New (claimType As String, isOptional As Boolean)
参数
- claimType
- String
一个指定声明类型的统一资源标识符 (URI)。 预定义的声明类型是以 ClaimTypes 类的静态属性的形式提供的。
- isOptional
- Boolean
一个布尔值,该值指定声明是否可选。