IIdentityPermissionFactory インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
Code Access Security is not supported or honored by the runtime.
新しい ID アクセス許可を作成するメソッドを定義します。
public interface class IIdentityPermissionFactory
public interface IIdentityPermissionFactory
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface IIdentityPermissionFactory
[System.Runtime.InteropServices.ComVisible(true)]
public interface IIdentityPermissionFactory
type IIdentityPermissionFactory = interface
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type IIdentityPermissionFactory = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IIdentityPermissionFactory = interface
Public Interface IIdentityPermissionFactory
- 派生
- 属性
注釈
一部の種類の証拠には、その証拠を持つアセンブリに付与される対応する ID アクセス許可があります。 これにより、特定の証拠を持つコードのみが渡されるように、他のコードで ID 要求を行うことができます。 たとえば、呼び出し元に特定の厳密な名前を指定することを要求できます。その厳密な名前を持つ呼び出し元のみが要求を渡します。 証拠オブジェクトを実装IIdentityPermissionFactoryすることで、.NET Framework セキュリティ システムがその証拠を表す ID アクセス許可を取得するために呼び出すことができる実装を提供CreateIdentityPermissionします。 ポリシー解決中、セキュリティ システムは、結果の ID アクセス許可を実装 IIdentityPermissionFactory し、適切なアセンブリに付与するすべての証拠オブジェクトで、そのメソッドを呼び出します。
メソッド
CreateIdentityPermission(Evidence) |
指定した証拠の新しい ID アクセス許可を作成します。 |