AuthorizedConnectionResult クラス

定義

mTLS チャネルを設定できる承認済み接続応答のクラス定義。

public sealed class AuthorizedConnectionResult
type AuthorizedConnectionResult = class
Public NotInheritable Class AuthorizedConnectionResult
継承
AuthorizedConnectionResult

コンストラクター

AuthorizedConnectionResult(String, String, UInt32, Guid, AuthorizedConnectionKeyType)

mTLS チャネルを設定できる承認済み接続応答のクラス定義。

プロパティ

AuthorizedConnectionIdentifier

承認された接続の Guid 識別子。

KeyType

公開キーの種類。

ServerAddress

サーバーの IP アドレス。

ServerPort

クライアントが接続する必要があるポート。

ServerPublicKey

サーバーの公開キー。

適用対象