2 writes to _algorithm
System.IdentityModel (2)
System\IdentityModel\EncryptionMethodElement.cs (2)
18
set {
_algorithm
= value; }
40
_algorithm
= reader.GetAttribute( XmlEncryptionConstants.Attributes.Algorithm, null );
2 references to _algorithm
System.IdentityModel (2)
System\IdentityModel\EncryptionMethodElement.cs (2)
17
get { return
_algorithm
; }
67
writer.WriteAttributeString( XmlEncryptionConstants.Attributes.Algorithm, null,
_algorithm
);