4 writes to wrappedKey
System.IdentityModel (4)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (4)
61this.wrappedKey = wrappingSspiContext.Encrypt(keyToWrap); 65this.wrappedKey = wrappedKey; 87this.wrappedKey = SecurityUtils.EncryptKey(wrappingToken, wrappingAlgorithm, keyToWrap); 91this.wrappedKey = wrappedKey;
2 references to wrappedKey
System.IdentityModel (2)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
188return SecurityUtils.CloneBuffer(this.wrappedKey); 207ek.SetUpKeyWrap(this.wrappedKey);