次の方法で共有


IWithProtocol<ParentT> インターフェイス

定義

規則が適用されるプロトコルを指定できるようにするセキュリティ 規則定義のステージ。

public interface IWithProtocol<ParentT>
type IWithProtocol<'ParentT> = interface
Public Interface IWithProtocol(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithAnyProtocol()

この規則を、サポートされているプロトコルに適用します。

WithProtocol(SecurityRuleProtocol)

この規則が適用されるプロトコルを指定します。

適用対象