13 references to Value
System.ServiceModel (13)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
653SecurityToken securityToken = new WindowsSecurityToken(identity, SecurityUniqueId.Create().Value, authenticationType);
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
318string id = SecurityUniqueId.Create().Value;
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
254SecurityToken token = new WindowsSecurityToken(remoteIdentity, SecurityUniqueId.Create().Value, remoteIdentity.AuthenticationType);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
857SecurityUniqueId.Create().Value, this.credentialsHandle, channelbinding);
System\ServiceModel\Security\NonceToken.cs (2)
20: this(SecurityUniqueId.Create().Value, key) 30: base(SecurityUniqueId.Create().Value, keySizeInBits, false)
System\ServiceModel\Security\SecurityUtils.cs (2)
814return SecurityUniqueId.Create().Value; 819return SecurityUniqueId.Create(prefix).Value;
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (1)
272get { return this.id.Value; }
System\ServiceModel\Security\Tokens\SspiSecurityToken.cs (1)
49this.id = SecurityUniqueId.Create().Value;
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
396id = SecurityUniqueId.Create().Value;
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
143keyIdentifierClause.Id = SecurityUniqueId.Create().Value; 189keyIdentifierClause.Id = SecurityUniqueId.Create().Value;