Redigera

Dela via


userPfxPaddingScheme enum type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Supported values for the padding scheme used by encryption provider.

Members

Member Value Description
none 0 Unknown padding Scheme.
pkcs1 1 Pkcs1 is no longer supported
oaepSha1 2 OaepSha1 is no longer supported
oaepSha256 3 Use OAEP SHA-256 padding.
oaepSha384 4 Use OAEP SHA-384 padding.
oaepSha512 5 Use OAEP SHA-512 padding.