16 references to EncryptionState
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (6)
29if (this.State == EncryptionState.DecryptionSetup) 33else if (this.State != EncryptionState.Decrypted) 66if (this.State != EncryptionState.Read) 75this.State = EncryptionState.DecryptionSetup; 80if (this.State != EncryptionState.New) 90this.State = EncryptionState.EncryptionSetup;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (7)
32private EncryptionState _state; 40_state = EncryptionState.New; 167protected EncryptionState State 270this.State = EncryptionState.Read; 334if (this.State != EncryptionState.New) 342if (this.State == EncryptionState.EncryptionSetup) 346else if (this.State == EncryptionState.New)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (3)
56if (this.State == EncryptionState.New) 65if (this.State != EncryptionState.New) 74this.State = EncryptionState.Encrypted;