ApplicationTrustCollection.Item[] Ö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.
Koleksiyondan bir ApplicationTrust nesne alır.
Aşırı Yüklemeler
Item[Int32] |
Koleksiyonda ApplicationTrust belirtilen dizinde bulunan nesneyi alır. |
Item[String] |
ApplicationTrust Belirtilen uygulama için nesnesini alır. |
Item[Int32]
Koleksiyonda ApplicationTrust belirtilen dizinde bulunan nesneyi alır.
public:
property System::Security::Policy::ApplicationTrust ^ default[int] { System::Security::Policy::ApplicationTrust ^ get(int index); };
public System.Security.Policy.ApplicationTrust this[int index] { get; }
public System.Security.Policy.ApplicationTrust this[int index] { [System.Security.SecurityCritical] get; }
member this.Item(int) : System.Security.Policy.ApplicationTrust
[<get: System.Security.SecurityCritical>]
member this.Item(int) : System.Security.Policy.ApplicationTrust
Default Public ReadOnly Property Item(index As Integer) As ApplicationTrust
Parametreler
- index
- Int32
Koleksiyon içindeki nesnenin sıfır tabanlı dizini.
Özellik Değeri
ApplicationTrust Koleksiyonda belirtilen dizindeki nesnesi.
- Öznitelikler
Özel durumlar
index
, koleksiyondaki nesnelerin sayısına eşit veya ondan büyük.
index
negatiftir.
Açıklamalar
Belirtilen dizinde öğesinden ApplicationTrustCollection bir ApplicationTrust nesne almak için bu yöntemi kullanın.
Şunlara uygulanır
Item[String]
ApplicationTrust Belirtilen uygulama için nesnesini alır.
public:
property System::Security::Policy::ApplicationTrust ^ default[System::String ^] { System::Security::Policy::ApplicationTrust ^ get(System::String ^ appFullName); };
public System.Security.Policy.ApplicationTrust this[string appFullName] { get; }
public System.Security.Policy.ApplicationTrust this[string appFullName] { [System.Security.SecurityCritical] get; }
member this.Item(string) : System.Security.Policy.ApplicationTrust
[<get: System.Security.SecurityCritical>]
member this.Item(string) : System.Security.Policy.ApplicationTrust
Default Public ReadOnly Property Item(appFullName As String) As ApplicationTrust
Parametreler
- appFullName
- String
Uygulamanın tam adı.
Özellik Değeri
ApplicationTrust Belirtilen uygulamanın nesnesi veya null
nesne bulunamıyorsa.
- Öznitelikler
Açıklamalar
ApplicationIdentity Koleksiyondaki her ApplicationTrust nesnenin özelliği, parametresi tarafından appFullName
belirtilen uygulamayla eşleşen bir FullName özellik değeri için incelendi.