Пространство имен:
Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim instance As ServiceCertificateElement
Dim value As CertificateReferenceElement
value = instance.CertificateReference
instance.CertificateReference = value
|
Синтаксис
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)
|
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также