RandomlyGenerated Property
Collapse the table of content
Expand the table of content

CspKeyContainerInfo.RandomlyGenerated Property

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

Gets a value indicating whether a key container was randomly generated by a managed cryptography class.

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

public bool RandomlyGenerated { get; }

Property Value

Type: System.Boolean
true if the key container was randomly generated; otherwise, false.

Usually, when a randomly generated key container is created, the key container is named "CLR{guid value}."

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft