CspParameters.KeyContainerName Field
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Represents the key container name for CspParameters.
Namespace: System.Security.Cryptography
Assembly: mscorlib.Extensions (in mscorlib.Extensions.dll)
Syntax
'Declaration
Public KeyContainerName As String
public string KeyContainerName
Remarks
Use the KeyContainerName field to specify a name for your key container. You can use the container name to retrieve the persisted key within that container.
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