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, setPublic Property ServiceCertificate As ServiceCertificateElementProperty 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.