Discuss this help topic in SecureBlackbox Forum

TElWinCertStorage.Provider

TElWinCertStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies cryptoprovider to which the private key will be bound.

Declaration

[C#]
    TSBStorageProviderType Provider;

[VB.NET]
    Property Provider As TSBStorageProviderType

[Pascal]
    property Provider : TSBStorageProviderType;

[C++]
    TSBStorageProviderType get_Provider();
    void set_Provider(TSBStorageProviderType Value);

[PHP]
    integer get_Provider()
    void set_Provider(integer $Value)

[Java]
    TSBStorageProviderType getProvider();
    void setProvider(TSBStorageProviderType Value);

Values:

Description

    Use this property to choose cryptoprovider to which the private key will be bound during adding to the storage.
    ptDefault is usually enough, but some software can require to use specific provider.
    Default value is ptDefault

See also:     AccessType    

Discuss this help topic in SecureBlackbox Forum