ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取令牌需求属性名,其值为通道参数集合(仅限客户端)。
public:
static property System::String ^ ChannelParametersCollectionProperty { System::String ^ get(); };
public static string ChannelParametersCollectionProperty { get; }
static member ChannelParametersCollectionProperty : string
Public Shared ReadOnly Property ChannelParametersCollectionProperty As String
属性值
令牌要求的“属性”字典中 ChannelParametersCollection
的密钥。
注解
对应于此属性名的值的类型为 ChannelParameterCollection。