11 references to Attributes
System.IdentityModel (11)
System\IdentityModel\EncryptedDataElement.cs (2)
176
writer.WriteAttributeString( XmlEncryptionConstants.
Attributes
.Id, null, Id );
181
writer.WriteAttributeString( XmlEncryptionConstants.
Attributes
.Type, null, Type );
System\IdentityModel\EncryptedKeyElement.cs (3)
61
string dataRef = reader.GetAttribute( XmlEncryptionConstants.
Attributes
.Uri );
88
string keyRef = reader.GetAttribute( XmlEncryptionConstants.
Attributes
.Uri );
141
_recipient = reader.GetAttribute( XmlEncryptionConstants.
Attributes
.Recipient, null );
System\IdentityModel\EncryptedTypeElement.cs (4)
143
_id = reader.GetAttribute(XmlEncryptionConstants.
Attributes
.Id, null);
144
_type = reader.GetAttribute(XmlEncryptionConstants.
Attributes
.Type, null);
145
_mimeType = reader.GetAttribute(XmlEncryptionConstants.
Attributes
.MimeType, null);
146
_encoding = reader.GetAttribute(XmlEncryptionConstants.
Attributes
.Encoding, null);
System\IdentityModel\EncryptionMethodElement.cs (2)
40
_algorithm = reader.GetAttribute( XmlEncryptionConstants.
Attributes
.Algorithm, null );
67
writer.WriteAttributeString( XmlEncryptionConstants.
Attributes
.Algorithm, null, _algorithm );