FederationConfigurationElement.ServiceCertificate 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 child <serviceCertificate>
element.
public:
property System::IdentityModel::Services::ServiceCertificateElement ^ ServiceCertificate { System::IdentityModel::Services::ServiceCertificateElement ^ get(); void set(System::IdentityModel::Services::ServiceCertificateElement ^ value); };
[System.Configuration.ConfigurationProperty("serviceCertificate", IsRequired=false)]
public System.IdentityModel.Services.ServiceCertificateElement ServiceCertificate { get; set; }
[<System.Configuration.ConfigurationProperty("serviceCertificate", IsRequired=false)>]
member this.ServiceCertificate : System.IdentityModel.Services.ServiceCertificateElement with get, set
Public Property ServiceCertificate As ServiceCertificateElement
Property Value
The child <serviceCertificate>
element.
- Attributes
Remarks
The <serviceCertificate>
element provides location and validation settings for the X.509 certificate that is used to encrypt and decrypt tokens.
Applies to
See also
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.