System\IdentityModel\Tokens\SessionSecurityToken.cs (15)
381if (reader.GetAttribute(dictionary.PersistentTrue, dictionary.EmptyString) == null)
386if (reader.GetAttribute(dictionary.ReferenceModeTrue, dictionary.EmptyString) != null)
921string nameClaimType = dictionaryReader.GetAttribute(dictionary.NameClaimType, dictionary.EmptyString);
924string roleClaimType = dictionaryReader.GetAttribute(dictionary.RoleClaimType, dictionary.EmptyString);
927string logonName = dictionaryReader.GetAttribute(dictionary.WindowsLogonName, dictionary.EmptyString);
928string authenticationType = dictionaryReader.GetAttribute(dictionary.AuthenticationType, dictionary.EmptyString);
945identity.Label = dictionaryReader.GetAttribute(dictionary.Label, dictionary.EmptyString);
1111Claim claim = new Claim(dictionaryReader.GetAttribute(dictionary.Type, dictionary.EmptyString),
1112dictionaryReader.GetAttribute(dictionary.Value, dictionary.EmptyString),
1113dictionaryReader.GetAttribute(dictionary.ValueType, dictionary.EmptyString),
1114dictionaryReader.GetAttribute(dictionary.Issuer, dictionary.EmptyString),
1115dictionaryReader.GetAttribute(dictionary.OriginalIssuer, dictionary.EmptyString));
1165string name = dictionaryReader.GetAttribute(dictionary.ClaimPropertyName, dictionary.EmptyString);
1166string value = dictionaryReader.GetAttribute(dictionary.ClaimPropertyValue, dictionary.EmptyString);
1762string right = reader.GetAttribute(dictionary.Right, dictionary.EmptyString);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (17)
231string nonceString = reader.GetAttribute(XD.SecureConversationFeb2005Dictionary.Nonce, XD.SecureConversationFeb2005Dictionary.Namespace);
237string lengthString = reader.GetAttribute(XD.SecureConversationFeb2005Dictionary.Length, XD.SecureConversationFeb2005Dictionary.Namespace);
248string strId = reader.GetAttribute(XD.UtilityDictionary.IdAttribute, XD.UtilityDictionary.Namespace);
325string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null);
340string encodingType = reader.GetAttribute(XD.SecurityJan2004Dictionary.EncodingType, null);
506string uri = reader.GetAttribute(XD.SecurityJan2004Dictionary.URI, null);
517string uri = reader.GetAttribute(XD.SecurityJan2004Dictionary.URI, null);
518string tokenTypeUri = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null);
574string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null);
608binding = reader.GetAttribute(XD.SamlDictionary.Binding, null);
613location = reader.GetAttribute(XD.SamlDictionary.Location, null);
618authorityKind = reader.GetAttribute(XD.SamlDictionary.AuthorityKind, null);
640valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null);
717string valueType = reader.GetAttribute(XD.SecurityJan2004Dictionary.ValueType, null);
734string assertionId = reader.GetAttribute(XD.SecurityJan2004Dictionary.URI, null);
843return reader.GetAttribute(XD.XmlEncryptionDictionary.Id, null);
847return reader.GetAttribute(XD.UtilityDictionary.IdAttribute, XD.UtilityDictionary.Namespace);