SecurityPackageContextConnectionInformation.AlgorithmIdentifier プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

AlgorithmIdentifier プロパティは、接続使用される暗号化アルゴリズム格納します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Visual Basic (宣言)

Public ReadOnly Property AlgorithmIdentifier As CipherAlgorithmType

Visual Basic (使用法)

Dim instance As SecurityPackageContextConnectionInformation Dim value As CipherAlgorithmType

value = instance.AlgorithmIdentifier

C#

public CipherAlgorithmType AlgorithmIdentifier { get; }

C++

public: property CipherAlgorithmType AlgorithmIdentifier { CipherAlgorithmType get (); }

J#

/** @property */ public CipherAlgorithmType get_AlgorithmIdentifier ()

JScript

public function get AlgorithmIdentifier () : CipherAlgorithmType

プロパティ
接続使用される暗号化アルゴリズム

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.0

参照参照

関連項目
SecurityPackageContextConnectionInformation クラス
SecurityPackageContextConnectionInformation メンバ
System.DirectoryServices.Protocols 名前空間