| RestEndpointConfigurationCertificateBinding Property |
Gets or sets the certificate binding
Namespace:
SanteDB.Rest.Common.Configuration
Assembly:
SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 2.2.1
Syntax [TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public X509ConfigurationElement CertificateBinding { get; set; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property CertificateBinding As X509ConfigurationElement
Get
Set
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property X509ConfigurationElement^ CertificateBinding {
X509ConfigurationElement^ get ();
void set (X509ConfigurationElement^ value);
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member CertificateBinding : X509ConfigurationElement with get, set
Property Value
Type:
X509ConfigurationElementSee Also