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