1 write to SecurityStateEncoderType
System.ServiceModel (1)
System\ServiceModel\Configuration\SecureConversationServiceElement.cs (1)
46
this.
SecurityStateEncoderType
= from.SecurityStateEncoderType;
4 references to SecurityStateEncoderType
System.ServiceModel (4)
System\ServiceModel\Configuration\SecureConversationServiceElement.cs (4)
46
this.SecurityStateEncoderType = from.
SecurityStateEncoderType
;
55
if (!string.IsNullOrEmpty(this.
SecurityStateEncoderType
))
57
Type type = System.Type.GetType(this.
SecurityStateEncoderType
, true);
61
SR.GetString(SR.ConfigInvalidSecurityStateEncoderType, this.
SecurityStateEncoderType
, typeof(SecurityStateEncoder).ToString())));