8 references to _encryptionMethod
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (8)
39
_encryptionMethod
.Init();
59
return
_encryptionMethod
.algorithm;
63
_encryptionMethod
.algorithm = value;
71
return
_encryptionMethod
.algorithmDictionaryString;
75
_encryptionMethod
.algorithmDictionaryString = value;
220
_encryptionMethod
.ReadFrom(reader);
313
if (
_encryptionMethod
.algorithm != null)
315
_encryptionMethod
.WriteTo(writer);