PersistedKeyProvider Klasse

Definition

Ruft einen persistenten Schlüssel aus einem Certificate-Objekt ab.

public ref class PersistedKeyProvider abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PersistedKeyProvider final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class PersistedKeyProvider
Public Class PersistedKeyProvider
Vererbung
Object Platform::Object IInspectable PersistedKeyProvider
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Methoden

OpenKeyPairFromCertificateAsync(Certificate, String, CryptographicPadding)

Öffnet den persistenten privaten Schlüssel aus dem angegebenen Certificate-Objekt .

OpenPublicKeyFromCertificate(Certificate, String, CryptographicPadding)

Öffnet den persistenten öffentlichen Schlüssel aus dem angegebenen Certificate-Objekt .

Gilt für: