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