25 references to Namespace
System.IdentityModel (25)
System\IdentityModel\CipherDataElement.cs (5)
43
if ( !reader.IsStartElement( XmlEncryptionConstants.Elements.CipherData, XmlEncryptionConstants.
Namespace
) )
48
reader.ReadStartElement( XmlEncryptionConstants.Elements.CipherData, XmlEncryptionConstants.
Namespace
);
49
reader.ReadStartElement( XmlEncryptionConstants.Elements.CipherValue, XmlEncryptionConstants.
Namespace
);
72
writer.WriteStartElement( XmlEncryptionConstants.Prefix, XmlEncryptionConstants.Elements.CipherData, XmlEncryptionConstants.
Namespace
);
73
writer.WriteStartElement( XmlEncryptionConstants.Prefix, XmlEncryptionConstants.Elements.CipherValue, XmlEncryptionConstants.
Namespace
);
System\IdentityModel\EncryptedDataElement.cs (3)
22
XmlEncryptionConstants.
Namespace
);
136
if ( !reader.IsStartElement( XmlEncryptionConstants.Elements.EncryptedData, XmlEncryptionConstants.
Namespace
) )
172
writer.WriteStartElement( XmlEncryptionConstants.Prefix, XmlEncryptionConstants.Elements.EncryptedData, XmlEncryptionConstants.
Namespace
);
System\IdentityModel\EncryptedKeyElement.cs (9)
49
if ( reader.IsStartElement( XmlEncryptionConstants.Elements.ReferenceList, XmlEncryptionConstants.
Namespace
) )
55
if ( reader.IsStartElement( XmlEncryptionConstants.Elements.DataReference, XmlEncryptionConstants.
Namespace
) )
59
if ( reader.IsStartElement( XmlEncryptionConstants.Elements.DataReference, XmlEncryptionConstants.
Namespace
) )
68
else if ( reader.IsStartElement( XmlEncryptionConstants.Elements.KeyReference, XmlEncryptionConstants.
Namespace
) )
82
else if ( reader.IsStartElement( XmlEncryptionConstants.Elements.KeyReference, XmlEncryptionConstants.
Namespace
) )
86
if ( reader.IsStartElement( XmlEncryptionConstants.Elements.KeyReference, XmlEncryptionConstants.
Namespace
) )
95
else if ( reader.IsStartElement( XmlEncryptionConstants.Elements.DataReference, XmlEncryptionConstants.
Namespace
) )
116
if ( reader.IsStartElement( XmlEncryptionConstants.Elements.CarriedKeyName, XmlEncryptionConstants.
Namespace
) )
136
if ( !reader.IsStartElement( XmlEncryptionConstants.Elements.EncryptedKey, XmlEncryptionConstants.
Namespace
) )
System\IdentityModel\EncryptedTypeElement.cs (1)
152
if (reader.IsStartElement(XmlEncryptionConstants.Elements.EncryptionMethod, XmlEncryptionConstants.
Namespace
))
System\IdentityModel\EncryptionMethodElement.cs (2)
35
if ( !reader.IsStartElement( XmlEncryptionConstants.Elements.EncryptionMethod, XmlEncryptionConstants.
Namespace
) )
65
writer.WriteStartElement( XmlEncryptionConstants.Prefix, XmlEncryptionConstants.Elements.EncryptionMethod, XmlEncryptionConstants.
Namespace
);
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (2)
49
return reader.IsStartElement(XmlEncryptionConstants.Elements.EncryptedKey, XmlEncryptionConstants.
Namespace
);
237
if (reader.IsStartElement(XmlEncryptionConstants.Elements.EncryptedKey, XmlEncryptionConstants.
Namespace
))
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
757
while (reader.IsStartElement(XmlEncryptionConstants.Elements.EncryptedKey, XmlEncryptionConstants.
Namespace
))
System\IdentityModel\XmlEncryptionConstants.cs (2)
51
public const string Element =
Namespace
+ "Element";
52
public const string Content =
Namespace
+ "Content";