2 writes to revocationMode
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
47this.revocationMode = other.revocationMode; 125this.revocationMode = value;
3 references to revocationMode
System.ServiceModel (3)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (3)
47this.revocationMode = other.revocationMode; 120return this.revocationMode; 190chainPolicy.RevocationMode = this.revocationMode;