コード例 #1
0
ファイル: _SecureChannel.cs プロジェクト: gaobaozhong/corefx
 internal Exception GetException()
 {
     // If it's not done, then there's got to be an error, even if it's
     // a Handshake message up, and we only have a Warning message.
     return(this.Done ? null : SSPIWrapper.GetException(GlobalSSPI.SSPISecureChannel, Status));
 }