StrongNamePublicKeyBlob

StrongNamePublicKeyBlobserializable

System.Security.Permissions (mscorlib.dll)sealed class
public sealed class StrongNamePublicKeyBlob { // Public Constructors    public StrongNamePublicKeyBlob(byte[  ] publicKey); // Public Instance Methods    public override bool Equals(object obj);   // overrides object    public override int GetHashCode(  ); // overrides object    public override string ToString(  ); // overrides object }

The StrongNamePublicKeyBlob class is used in conjunction with the constructor and PublicKey properties of the StrongNameIdentityPermission class. It provides a convenient container for passing byte arrays that represent the public key component of a strong name. A byte array containing the raw public key data must be passed to the StrongNamePublicKeyBlob constructor because no properties or methods are provided to manipulate the data.

Returned By

StrongNameIdentityPermission.PublicKey, System.Security.Policy.StrongName.PublicKey, System.Security.Policy.StrongNameMembershipCondition.PublicKey

Passed To

StrongNameIdentityPermission.{PublicKey, StrongNameIdentityPermission( )}, System.Security.Policy.StrongName.StrongName( ), System.Security.Policy.StrongNameMembershipCondition.{PublicKey, StrongNameMembershipCondition( )}



Programming. NET Security
Programming .Net Security
ISBN: 0596004427
EAN: 2147483647
Year: 2005
Pages: 346

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net