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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.