1 write to Value
System.ServiceModel (1)
System\ServiceModel\Configuration\IdentityElement.cs (1)
109this.Rsa.Value = ((RSA)claim.Resource).ToXmlString(false);
1 reference to Value
System.ServiceModel (1)
System\ServiceModel\Description\ConfigLoader.cs (1)
85identity = EndpointIdentity.CreateRsaIdentity(element.Rsa.Value);