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。

适用于