ApplicationTrust.FullTrustAssemblies プロパティ

定義

注意事項

Code Access Security is not supported or honored by the runtime.

このアプリケーション信頼の完全信頼アセンブリのリストを取得します。

public:
 property System::Collections::Generic::IList<System::Security::Policy::StrongName ^> ^ FullTrustAssemblies { System::Collections::Generic::IList<System::Security::Policy::StrongName ^> ^ get(); };
public System.Collections.Generic.IList<System.Security.Policy.StrongName> FullTrustAssemblies { get; }
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public System.Collections.Generic.IList<System.Security.Policy.StrongName> FullTrustAssemblies { get; }
member this.FullTrustAssemblies : System.Collections.Generic.IList<System.Security.Policy.StrongName>
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.FullTrustAssemblies : System.Collections.Generic.IList<System.Security.Policy.StrongName>
Public ReadOnly Property FullTrustAssemblies As IList(Of StrongName)

プロパティ値

IList<StrongName>

完全信頼アセンブリのリスト。

属性

注釈

注意事項

コード アクセス セキュリティ (CAS) は、.NET Framework と .NET のすべてのバージョンで非推奨になりました。 最近のバージョンの .NET では、CAS 関連の API が使われている場合、CAS の注釈は使われず、エラーが発生します。 開発者は、代わりの手段を見つけてセキュリティ タスクを実現する必要があります。

このリストは、このApplicationTrustインスタンスに関連付けられているアセンブリ内で完全な信頼が付与されるアセンブリをAppDomain識別します。 アセンブリは厳密な名前で識別されます。

適用対象