2 writes to state
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
1929
this.
state
= stateTransitionTableOnDecrypt[(int)this.state];
1948
this.
state
= stateTransitionTableOnVerify[(int)this.state];
6 references to state
System.ServiceModel (6)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (6)
1876
get { return this.
state
!= ReceiverProcessingOrder.DecryptVerify && this.
state
!= ReceiverProcessingOrder.Mixed; }
1886
get { return this.
state
!= ReceiverProcessingOrder.VerifyDecrypt && this.
state
!= ReceiverProcessingOrder.Mixed; }
1929
this.state = stateTransitionTableOnDecrypt[(int)this.
state
];
1948
this.state = stateTransitionTableOnVerify[(int)this.
state
];