NegotiateAuthentication 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示使用交涉、NTLM 或 Kerberos 安全性通訊協定在用戶端-伺服器通訊中驗證客戶端或伺服器之具狀態的驗證交換。
public ref class NegotiateAuthentication sealed : IDisposable
public sealed class NegotiateAuthentication : IDisposable
type NegotiateAuthentication = class
interface IDisposable
Public NotInheritable Class NegotiateAuthentication
Implements IDisposable
- 繼承
-
NegotiateAuthentication
- 實作
建構函式
屬性
ImpersonationLevel |
取得值,這個值表示仿真的交涉層級。 |
IsAuthenticated |
取得值,這個值表示驗證是否已順利完成,以及已建立會話。 |
IsEncrypted |
取得值,這個值表示是否交涉數據加密。 |
IsMutuallyAuthenticated |
取得值,這個值表示伺服器和用戶端是否已通過驗證。 |
IsServer |
取得值,這個值表示驗證的本機端是否代表伺服器。 |
IsSigned |
取得值,這個值表示是否交涉數據簽署。 |
Package |
取得交涉驗證套件的名稱。 |
ProtectionLevel |
表示交涉的保護層級。 |
RemoteIdentity |
取得遠端合作物件身分識別的相關信息。 |
TargetName |
取得伺服器的目標名稱(服務主體名稱)。 |
方法
ComputeIntegrityCheck(ReadOnlySpan<Byte>, IBufferWriter<Byte>) |
計算指定訊息的完整性檢查。 |
Dispose() |
釋放 NegotiateAuthentication 所使用的 Unmanaged 資源,並選擇性地釋放 Managed 資源。 |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設哈希函式。 (繼承來源 Object) |
GetOutgoingBlob(ReadOnlySpan<Byte>, NegotiateAuthenticationStatusCode) |
評估對方傳送的驗證令牌,並在響應中傳回令牌。 |
GetOutgoingBlob(String, NegotiateAuthenticationStatusCode) |
評估對方傳送的驗證令牌,並在響應中傳回令牌。 |
GetType() |
取得目前實例的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object的淺層複本。 (繼承來源 Object) |
ToString() |
傳回表示目前 物件的字串。 (繼承來源 Object) |
Unwrap(ReadOnlySpan<Byte>, IBufferWriter<Byte>, Boolean) |
解除包裝由另一方套用簽章或加密的輸入訊息。 |
UnwrapInPlace(Span<Byte>, Int32, Int32, Boolean) |
就地解除包裝,另一方套用簽章或加密的輸入訊息。 |
VerifyIntegrityCheck(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) |
驗證指定訊息的訊息完整性檢查。 |
Wrap(ReadOnlySpan<Byte>, IBufferWriter<Byte>, Boolean, Boolean) |
使用簽章和選擇性加密包裝輸入訊息。 |