HttpListener.ExtendedProtectionPolicy Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir oturum için genişletilmiş koruma için kullanılacak öğesini ExtendedProtectionPolicy alır veya ayarlar.
public:
property System::Security::Authentication::ExtendedProtection::ExtendedProtectionPolicy ^ ExtendedProtectionPolicy { System::Security::Authentication::ExtendedProtection::ExtendedProtectionPolicy ^ get(); void set(System::Security::Authentication::ExtendedProtection::ExtendedProtectionPolicy ^ value); };
public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionPolicy { get; [System.Runtime.Versioning.UnsupportedOSPlatform("browser")] set; }
public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionPolicy { get; set; }
[<set: System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.ExtendedProtectionPolicy : System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy with get, set
member this.ExtendedProtectionPolicy : System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy with get, set
Public Property ExtendedProtectionPolicy As ExtendedProtectionPolicy
Özellik Değeri
ExtendedProtectionPolicy Genişletilmiş koruma için kullanılacak ilkeyi belirten bir.
- Öznitelikler
Özel durumlar
Özelliği ayarlama ExtendedProtectionPolicy girişiminde bulunuldu, ancak CustomChannelBinding özelliği değildi null
.
özelliğini null
olarak ayarlama ExtendedProtectionPolicy girişiminde bulunuldu.
Yöntemi zaten çağrıldıktan sonra Start() özelliği ayarlama ExtendedProtectionPolicy girişiminde bulunuldu.
Bu nesne kapatıldı.
PolicyEnforcement özelliği, genişletilmiş korumayı Always desteklemeyen bir platformda olarak ayarlandı.
Açıklamalar
ExtendedProtectionPolicy özelliği, genişletilmiş koruma sağlamak için tümleşik Windows kimlik doğrulaması ile birlikte kullanılır. özelliği, ExtendedProtectionPolicy tüm HttpListener oturum için genişletilmiş koruma ilkesinin yapılandırılmasına izin verir. özelliği, ExtendedProtectionSelectorDelegate her bir istek için genişletilmiş koruma ilkesinin yapılandırılmasına izin verir.
CustomChannelBinding özelliği olmalıdırnull
. Örnek, HttpListener kanal bağlama belirtecini (CBT) varsa doğrudan kendi TLS oturumundan alır.