mscorlib(4.0.0.0) API with additions
FromBase64TransformMode.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Security.Cryptography
4
{
6
[
Serializable
]
7
[ComVisible(
true
)]
8
public
enum
FromBase64TransformMode
9
{
11
IgnoreWhiteSpaces
,
13
DoNotIgnoreWhiteSpaces
14
}
15
}
System.Security.Cryptography
Definition:
Aes.cs:3
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Security.Cryptography.FromBase64TransformMode.DoNotIgnoreWhiteSpaces
White space should not be ignored.
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Security.Cryptography.FromBase64TransformMode
FromBase64TransformMode
Specifies whether white space should be ignored in the base 64 transformation.
Definition:
FromBase64TransformMode.cs:8
System.Security.Cryptography.FromBase64TransformMode.IgnoreWhiteSpaces
White space should be ignored.
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
All cs
System.Security.Cryptography
FromBase64TransformMode.cs
Generated by
1.8.15