ProviderType Property
Collapse the table of content
Expand the table of content

CspKeyContainerInfo.ProviderType Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the provider type of a key.

Namespace:  System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public int ProviderType { get; }

Property Value

Type: System.Int32
The provider type. The default is 1.

Valid values are determined by the cryptographic service provider used to create the key. Cryptographic service providers are generally organized into groups or families, each of which has its own set of data formats and processes. Two families that use the same algorithm, such as the RC2 block cipher, often use different padding schemes, different key lengths, and different default modes.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft