MsmqIntegrationBinding.ShouldSerializeSecurity 方法
定义
获取一个值,该值指定是否应序列化安全信息。Gets a value that specifies whether security information should be serialized.
public:
bool ShouldSerializeSecurity();
public bool ShouldSerializeSecurity ();
member this.ShouldSerializeSecurity : unit -> bool
Public Function ShouldSerializeSecurity () As Boolean
返回
如果应对安全信息进行序列化,则为 true;否则为 false。true if security information should be serialized; otherwise false.