FederationConfigurationElement::ServiceCertificate Property

.NET Framework (current version)
 

Gets or sets the child <serviceCertificate> element.

Namespace:   System.IdentityModel.Services.Configuration
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("serviceCertificate", IsRequired = false)]
property ServiceCertificateElement^ ServiceCertificate {
	ServiceCertificateElement^ get();
	void set(ServiceCertificateElement^ value);
}

Property Value

Type: System.IdentityModel.Services::ServiceCertificateElement^

The child <serviceCertificate> element.

The <serviceCertificate> element provides location and validation settings for the X.509 certificate that is used to encrypt and decrypt tokens.

.NET Framework
Available since 4.5
Return to top
Show: