IdentityConfigurationElement.IssuerNameRegistry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the IssuerNameRegistryElement that is associated with this identity configuration element.
public:
property System::IdentityModel::Configuration::IssuerNameRegistryElement ^ IssuerNameRegistry { System::IdentityModel::Configuration::IssuerNameRegistryElement ^ get(); void set(System::IdentityModel::Configuration::IssuerNameRegistryElement ^ value); };
[System.Configuration.ConfigurationProperty("issuerNameRegistry", IsRequired=false)]
public System.IdentityModel.Configuration.IssuerNameRegistryElement IssuerNameRegistry { get; set; }
[<System.Configuration.ConfigurationProperty("issuerNameRegistry", IsRequired=false)>]
member this.IssuerNameRegistry : System.IdentityModel.Configuration.IssuerNameRegistryElement with get, set
Public Property IssuerNameRegistry As IssuerNameRegistryElement
Property Value
The element that configures the issuer name registry for this identity configuration element.
- Attributes
Remarks
Corresponds to the <issuerNameRegistry>
element that is configured under the <identityConfiguration>
element.
Applies to
See also
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา