BasicHttpsBinding.ShouldSerializeSecurity 方法
定义
指示是否应序列化安全性设置。Indicates whether the security settings should be serialized.
public:
bool ShouldSerializeSecurity();
public bool ShouldSerializeSecurity ();
member this.ShouldSerializeSecurity : unit -> bool
Public Function ShouldSerializeSecurity () As Boolean
返回
如果应对这些安全设置进行序列化,则为 true;否则,为 false。true if the security settings should be serialized; otherwise, false.