4 writes to securityContext
System.ServiceModel (4)
System\ServiceModel\Security\TlsSspiNegotiation.cs (4)
93
this.
securityContext
= null;
391
ref this.
securityContext
,
404
ref this.
securityContext
,
625
this.
securityContext
= null;
11 references to securityContext
System.ServiceModel (11)
System\ServiceModel\Security\TlsSspiNegotiation.cs (11)
191
return (this.
securityContext
!= null && this.
securityContext
.IsInvalid == false);
279
this.
securityContext
,
299
StreamSizes tmpSizes = (StreamSizes)SspiWrapper.QueryContextAttributes(this.
securityContext
, ContextAttribute.StreamSizes);
426
SslConnectionInfo connectionInfo = (SslConnectionInfo)SspiWrapper.QueryContextAttributes(this.
securityContext
, ContextAttribute.ConnectionInfo);
482
int errorCode = SspiWrapper.DecryptMessage(this.
securityContext
, securityBuffer, 0, false);
521
int errorCode = SspiWrapper.EncryptMessage(this.
securityContext
, securityBuffer, 0);
622
if (this.
securityContext
!= null)
624
this.
securityContext
.Close();
644
SafeFreeCertContext result = SspiWrapper.QueryContextAttributes(this.
securityContext
, contextAttribute) as SafeFreeCertContext;
682
SecurityStatus status = (SecurityStatus)SspiWrapper.QuerySecurityContextToken(this.
securityContext
, out token);