ServiceCertificateElement::CertificateReference Property
.NET Framework (current version)
Gets or sets the child <certificateReference> element for this <serviceCertificate> element.
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
Available since 4.5
Show: