12 references to Create
System.ServiceModel (12)
System\ServiceModel\Channels\HttpChannelListener.cs (1)
653
SecurityToken securityToken = new WindowsSecurityToken(identity, SecurityUniqueId.
Create
().Value, authenticationType);
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
318
string id = SecurityUniqueId.
Create
().Value;
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
254
SecurityToken token = new WindowsSecurityToken(remoteIdentity, SecurityUniqueId.
Create
().Value, remoteIdentity.AuthenticationType);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (1)
857
SecurityUniqueId.
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 (1)
814
return SecurityUniqueId.
Create
().Value;
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (1)
258
SecurityUniqueId id = SecurityUniqueId.
Create
();
System\ServiceModel\Security\Tokens\SspiSecurityToken.cs (1)
49
this.id = SecurityUniqueId.
Create
().Value;
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
396
id = SecurityUniqueId.
Create
().Value;
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
143
keyIdentifierClause.Id = SecurityUniqueId.
Create
().Value;
189
keyIdentifierClause.Id = SecurityUniqueId.
Create
().Value;