8 references to encryptionMethod
System.IdentityModel (8)
System\ServiceModel\Security\EncryptedType.cs (8)
39
this.
encryptionMethod
.Init();
60
return this.
encryptionMethod
.algorithm;
64
this.
encryptionMethod
.algorithm = value;
72
return this.
encryptionMethod
.algorithmDictionaryString;
76
this.
encryptionMethod
.algorithmDictionaryString = value;
234
this.
encryptionMethod
.ReadFrom(reader);
351
if (this.
encryptionMethod
.algorithm != null)
353
this.
encryptionMethod
.WriteTo(writer);