WSTrustMessage.EncryptWith 属性

定义

获取或设置 wst:EncryptWith 元素的内容。

public:
 property System::String ^ EncryptWith { System::String ^ get(); void set(System::String ^ value); };
public string EncryptWith { get; set; }
member this.EncryptWith : string with get, set
Public Property EncryptWith As String

属性值

一个字符串,其中包含一个 URI,指示要与颁发的安全令牌一起使用所需的加密算法。

例外

尝试将属性 null 设置为空字符串或发生空字符串。

注解

此可选 URI 元素指示要与颁发的安全令牌一起使用的所需加密算法。

适用于