WSTrustMessage.EncryptWith 属性
定义
获取或设置 wst:EncryptWith 元素的内容。Gets or sets the contents of the wst:EncryptWith element.
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 的字符串,指示要与颁发的安全令牌一起使用的所需加密算法。A string that contains a URI that indicates the desired encryption algorithm to be used with the issued security token.
例外
尝试将此属性设置为 null 或者空字符串。An attempt to set the property to null or an empty string occurs.
注解
此可选 URI 元素指示要用于已颁发的安全令牌的所需加密算法。This optional URI element indicates the desired encryption algorithm to be used with the issued security token.