CspParameters.Flags Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Represents the flags for CspParameters that modify the behavior of the cryptographic service provider (CSP).
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Syntax
'Declaration
Public Property Flags As CspProviderFlags
public CspProviderFlags Flags { get; set; }
Property Value
Type: System.Security.Cryptography.CspProviderFlags
An enumeration value, or a bitwise combination of enumeration values.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also