2 writes to _keyType
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
35_keyType = other._keyType; 104_keyType = value;
3 references to _keyType
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
35_keyType = other._keyType; 99return _keyType; 154sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "KeyType: {0}", _keyType.ToString()));