ILookupProtectorKeyRing.GetAllKeyIds Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return all of the key ids.
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)
Returns
All of the key ids.