ILookupProtectorKeyRing.GetAllKeyIds メソッド

定義

すべてのキー ID を返します。

public:
 System::Collections::Generic::IEnumerable<System::String ^> ^ GetAllKeyIds();
public System.Collections.Generic.IEnumerable<string> GetAllKeyIds ();
abstract member GetAllKeyIds : unit -> seq<string>
Public Function GetAllKeyIds () As IEnumerable(Of String)

戻り値

すべてのキー ID。

適用対象