ServiceCertificateElement.CertificateReference 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 <certificateReference>
element for this <serviceCertificate>
element.
public:
property System::ServiceModel::Configuration::CertificateReferenceElement ^ CertificateReference { System::ServiceModel::Configuration::CertificateReferenceElement ^ get(); void set(System::ServiceModel::Configuration::CertificateReferenceElement ^ value); };
[System.Configuration.ConfigurationProperty("certificateReference", IsRequired=false)]
public System.ServiceModel.Configuration.CertificateReferenceElement CertificateReference { get; set; }
[<System.Configuration.ConfigurationProperty("certificateReference", IsRequired=false)>]
member this.CertificateReference : System.ServiceModel.Configuration.CertificateReferenceElement with get, set
Public Property CertificateReference As CertificateReferenceElement
Property Value
The <certificateReference>
element.
- Attributes
Remarks
The <certificateReference>
element contains settings that specify the location and verification parameters for the X.509 certificate to use to encrypt and decrypt tokens.
Applies to
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.