ServiceCertificateElement::CertificateReference Property

.NET Framework (current version)
 

Gets or sets the child <certificateReference> element for this <serviceCertificate> element.

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

public:
[ConfigurationPropertyAttribute("certificateReference", IsRequired = false)]
property CertificateReferenceElement^ CertificateReference {
	CertificateReferenceElement^ get();
	void set(CertificateReferenceElement^ value);
}

Property Value

Type: System.ServiceModel.Configuration::CertificateReferenceElement^

The <certificateReference> element.

The <certificateReference> element contains settings that specify the location and verification parameters for the X.509 certificate to use to encrypt and decrypt tokens.

.NET Framework
Available since 4.5
Return to top
Show: