Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As ServiceCertificateElement
Dim value As CertificateReferenceElement
value = instance.CertificateReference
instance.CertificateReference = value
|
Syntax
Visual Basic |
<ConfigurationPropertyAttribute("certificateReference", IsRequired:=False)> _
Public Property CertificateReference As CertificateReferenceElement
|
C# |
[ConfigurationPropertyAttribute("certificateReference", IsRequired=false)]
public CertificateReferenceElement CertificateReference { get; set; }
|
C++ |
[ConfigurationPropertyAttribute(L"certificateReference", IsRequired=false)]
public:
property CertificateReferenceElement^ CertificateReference {
CertificateReferenceElement^ get ();
void set (CertificateReferenceElement^ value);
}
|
J# |
/** @property */
public CertificateReferenceElement get_CertificateReference ()
/** @property */
public void set_CertificateReference (CertificateReferenceElement value)
|
JScript |
public function get CertificateReference () : CertificateReferenceElement
public function set CertificateReference (value : CertificateReferenceElement)
|
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also