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