Populates the X509Certificate object with data from a byte array.
Assembly: mscorlib (in mscorlib.dll)
<ComVisibleAttribute(False)> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Unrestricted := True)> _
Public Overridable Sub Import ( _
rawData As Byte() _
)[ComVisibleAttribute(false)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)]
public virtual void Import(
byte[] rawData
)[ComVisibleAttribute(false)]
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Unrestricted = true)]
public:
virtual void Import(
array<unsigned char>^ rawData
)[<ComVisibleAttribute(false)>]
[<PermissionSetAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)>]
abstract Import :
rawData:byte[] -> unit
[<ComVisibleAttribute(false)>]
[<PermissionSetAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)>]
override Import :
rawData:byte[] -> unit Parameters
- rawData
- Type:
array< System. . :: . Byte> [] () []
A byte array containing data from an X.509 certificate.
| Exception | Condition |
|---|---|
| ArgumentException | The rawData parameter is -or- The length of the rawData parameter is 0. |
This method can be used to take the raw byte array of an X.509 certificate and populate the X509Certificate object with its associated values.
- SecurityCriticalAttribute
requires full trust for the immediate caller. This class cannot be used by partially trusted or transparent code.
- InheritanceDemand
for full trust for inheritors. This member cannot be inherited by partially trusted code.
- KeyContainerPermission
for permission to create a key container. Security action: Demand. Associated enumeration: KeyContainerPermissionFlags
. . :: . Create
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.